Home | History | Annotate | Download | only in Utils

Lines Matching defs:CI

119     ConstantInt *CI = dyn_cast<ConstantInt>(SI->getCondition());
133 if (i.getCaseValue() == CI) {
150 ConstantInt *CI =
152 assert(CI);
153 Weights.push_back(CI->getValue().getZExtValue());
178 if (CI && !TheOnlyDest) {
334 if (CallInst *CI = isFreeCall(I, TLI))
335 if (Constant *C = dyn_cast<Constant>(CI->getArgOperand(0)))
1118 else if (CallInst *CI = dyn_cast<CallInst>(U)) {
1128 DDI->getDebugLoc(), CI);
1274 if (CallInst *CI = dyn_cast<CallInst>(BBI)) {
1275 if (CI->doesNotReturn()) {