Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CI

285   // TODO: If CI is larger than 16-bytes, we can try slicing it in half to see
944 CallInst *CI = IRBuilder.CreateCall(Func, Ops);
945 CI->setDebugLoc(DL);
947 return CI;