Home
last modified time | relevance | path

Searched defs:getSplatValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp350 Value *llvm::getSplatValue(const Value *V) { in getSplatValue() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1699 Constant *Constant::getSplatValue(bool AllowUndefs) const { in getSplatValue() function in Constant
1731 Constant *ConstantVector::getSplatValue(bool AllowUndefs) const { in getSplatValue() function in ConstantVector
3308 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue() function in ConstantDataVector
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1633 static SDValue getSplatValue(SDNode *N) { in getSplatValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2639 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
10268 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
10303 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode