Home
last modified time | relevance | path

Searched refs:ConstVecOps (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10394 SmallVector<Constant *, 16> ConstVecOps(NumElems, UndefValue::get(EltType)); in LowerBUILD_VECTOR() local
10400 ConstVecOps[i] = ConstantInt::get(Context, C->getAPIntValue()); in LowerBUILD_VECTOR()
10402 ConstVecOps[i] = ConstantFP::get(Context, C->getValueAPF()); in LowerBUILD_VECTOR()
10410 Constant *CV = ConstantVector::get(ConstVecOps); in LowerBUILD_VECTOR()
38389 SmallVector<Constant *, 32> ConstVecOps; in SimplifyDemandedVectorEltsForTargetShuffle() local
38393 ConstVecOps.push_back(UndefValue::get(Elt->getType())); in SimplifyDemandedVectorEltsForTargetShuffle()
38397 ConstVecOps.push_back(Elt); in SimplifyDemandedVectorEltsForTargetShuffle()
38404 SDValue CV = TLO.DAG.getConstantPool(ConstantVector::get(ConstVecOps), BCVT); in SimplifyDemandedVectorEltsForTargetShuffle()