Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:CV1

2460     Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1);
2780 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2879 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem - 1);
2880 K2 = ExtractElementInst::Create(K, CV1, getReplacementName(K, false, 2));