Home | History | Annotate | Download | only in IR

Lines Matching defs:CI

1546     CallInst *CI = CallInst::Create(FTy, Callee, Args);
1547 if (isa<FPMathOperator>(CI))
1548 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));
1549 return Insert(CI, Name);
1758 if (ConstantInt *CI = dyn_cast<ConstantInt>(OffsetValue))
1759 IsOffsetZero = CI->isZero();