Lines Matching refs:CallOperandVal
2437 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2455 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2462 if (OpInfo.CallOperandVal) { in ParseConstraints()
2463 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
2640 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2643 if (!CallOperandVal) in getSingleConstraintMatchWeight()
2649 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2653 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
2658 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
2671 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
2766 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
2770 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
2772 OpInfo.CallOperandVal = v; in ComputeConstraintToUse()