Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:CI2

1340         CallInst *CI2 = dyn_cast<CallInst>(VL[i]);
1341 if (!CI2 || CI2->getCalledFunction() != Int ||
1342 getIntrinsicIDForCall(CI2, TLI) != ID) {
1352 Value *A1J = CI2->getArgOperand(1);
1369 CallInst *CI2 = dyn_cast<CallInst>(VL[j]);
1370 Operands.push_back(CI2->getArgOperand(i));