Lines Matching defs:CallOperandVal
5713 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo);
5731 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo);
5734 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo);
5742 if (OpInfo.CallOperandVal) {
5743 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
5921 Value *CallOperandVal = info.CallOperandVal;
5924 if (!CallOperandVal)
5930 if (isa<ConstantInt>(CallOperandVal))
5934 if (isa<GlobalValue>(CallOperandVal))
5939 if (isa<ConstantFP>(CallOperandVal))
5952 if (CallOperandVal->getType()->isIntegerTy())
6070 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
6074 Value *v = OpInfo.CallOperandVal;