Lines Matching defs:CallOperandVal
5760 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo);
5779 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo);
5782 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo);
5790 if (OpInfo.CallOperandVal) {
5791 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
5972 Value *CallOperandVal = info.CallOperandVal;
5975 if (!CallOperandVal)
5981 if (isa<ConstantInt>(CallOperandVal))
5985 if (isa<GlobalValue>(CallOperandVal))
5990 if (isa<ConstantFP>(CallOperandVal))
6003 if (CallOperandVal->getType()->isIntegerTy())
6121 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
6125 Value *v = OpInfo.CallOperandVal;