Lines Matching refs:ConstantVector
67 return ConstantVector::get(Result); in BitCastConstantVector()
155 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
550 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) && in ConstantFoldCastInstruction()
562 return ConstantVector::get(res); in ConstantFoldCastInstruction()
704 if (ConstantVector *CondV = dyn_cast<ConstantVector>(Cond)) { in ConstantFoldSelectInstruction()
718 return ConstantVector::get(Result); in ConstantFoldSelectInstruction()
783 return ConstantVector::get(Result); in ConstantFoldInsertElementInstruction()
824 return ConstantVector::get(Result); in ConstantFoldShuffleVectorInstruction()
869 return ConstantVector::get(Result); in ConstantFoldInsertValueInstruction()
1151 return ConstantVector::get(Result); in ConstantFoldBinaryInstruction()
1711 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()