Home
last modified time | relevance | path

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

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