Searched defs:getAllOnesValue (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 403 Constant *Constant::getAllOnesValue(Type *Ty) { getAllOnesValue() function in Constant |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 5221 APFloat APFloat::getAllOnesValue(const fltSemantics &Semantics) { getAllOnesValue() function in llvm::APFloat |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 6944 static Constant *getAllOnesValue(const DataLayout &DL, Type *Ty) { getAllOnesValue() function in BoUpSLP::ShuffleCostEstimator |