Lines Matching defs:CI
311 if (const CallInst *CI = dyn_cast<CallInst>(I))
312 if (isa<InlineAsm>(CI->getCalledValue()))
403 if (const CallInst *CI = dyn_cast<CallInst>(I))
404 if (isa<InlineAsm>(CI->getCalledValue()))
1060 if (const ConstantInt *CI = dyn_cast<ConstantInt>(C))
1061 return DAG.getConstant(*CI, VT);
3177 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Idx)) {
3178 if (CI->isZero()) continue;
3180 TD->getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->getSExtValue();
4721 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(0));
4722 assert(CI && "Non-constant call site value in eh.sjlj.callsite!");
4725 MMI.setCurrentCallSite(CI->getZExtValue());
4983 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1));
4985 setValue(&I, DAG.getNode(CI->isZero() ? ISD::CTTZ : ISD::CTTZ_ZERO_UNDEF,
4991 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1));
4993 setValue(&I, DAG.getNode(CI->isZero() ? ISD::CTLZ : ISD::CTLZ_ZERO_UNDEF,
5040 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(1));
5042 assert(CI && "Non-constant type in __builtin_object_size?");
5047 if (CI->isZero())