Lines Matching refs:CallOperandVal
5316 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5334 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5337 OpInfo.CallOperandVal = in ParseConstraints()
5340 getAsmOperandValueType(DL, OpInfo.CallOperandVal->getType()) in ParseConstraints()
5349 if (OpInfo.CallOperandVal) { in ParseConstraints()
5350 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
5521 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5524 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5530 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
5534 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
5539 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
5552 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
5654 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
5658 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()