Home
last modified time | relevance | path

Searched defs:getAllOnesValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp403 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5221 APFloat APFloat::getAllOnesValue(const fltSemantics &Semantics) { in getAllOnesValue() function in llvm::APFloat
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6944 static Constant *getAllOnesValue(const DataLayout &DL, Type *Ty) { in getAllOnesValue() function in BoUpSLP::ShuffleCostEstimator