Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:CI2

1080         CallInst *CI2 = dyn_cast<CallInst>(VL[i]);
1081 if (!CI2 || CI2->getCalledFunction() != Int ||
1082 getIntrinsicIDForCall(CI2, TLI) != ID) {
1091 Value *A1J = CI2->getArgOperand(1);
1107 CallInst *CI2 = dyn_cast<CallInst>(VL[j]);
1108 Operands.push_back(CI2->getArgOperand(i));