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