Lines Matching refs:ConstantVector
68 return ConstantVector::get(Result); in BitCastConstantVector()
156 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
570 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) && in ConstantFoldCastInstruction()
582 return ConstantVector::get(res); in ConstantFoldCastInstruction()
738 if (ConstantVector *CondV = dyn_cast<ConstantVector>(Cond)) { in ConstantFoldSelectInstruction()
761 return ConstantVector::get(Result); in ConstantFoldSelectInstruction()
832 return ConstantVector::get(Result); in ConstantFoldInsertElementInstruction()
873 return ConstantVector::get(Result); in ConstantFoldShuffleVectorInstruction()
916 return ConstantVector::get(Result); in ConstantFoldInsertValueInstruction()
1236 return ConstantVector::get(Result); in ConstantFoldBinaryInstruction()
1847 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()
2083 ? ConstantVector::getSplat( in ConstantFoldGetElementPtr()