Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:CV1

2442     Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1);
2762 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2861 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem - 1);
2862 K2 = ExtractElementInst::Create(K, CV1, getReplacementName(K, false, 2));