Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CI

317     if (const CallInst *CI = dyn_cast<CallInst>(I)) {
318 if (CI->cannotDuplicate() || CI->isConvergent())
322 else if (!isa<IntrinsicInst>(CI))
324 else if (!CI->getType()->isVectorTy())
450 Constant *CI = LVI->getConstantOnEdge(InVal,
453 if (Constant *KC = getKnownConstant(CI, Preference))
529 if (ConstantInt *CI = dyn_cast<ConstantInt>(BO->getOperand(1))) {
537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
639 if (ConstantInt *CI = dyn_cast<ConstantInt>(Cond)) {
641 KnownCond = CI->isOne();
660 Constant *CI = LVI->getConstant(V, BB, CxtI);
661 if (Constant *KC = getKnownConstant(CI, Preference)) {
830 auto *CI = Ret == LazyValueInfo::True ?
833 CondCmp->replaceAllUsesWith(CI);