Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:CallInst

430     // Returns true if the provided CallInst represents an intrinsic that can
432 bool isVectorizableIntrinsic(CallInst* I) {
542 if (CallInst *C = dyn_cast<CallInst>(I)) {
697 CallInst *CI = dyn_cast<CallInst>(I);
703 *A1J = cast<CallInst>(J)->getArgOperand(1);
1612 } else if (isa<CallInst>(I)) {
1613 Function *F = cast<CallInst>(I)->getCalledFunction();