Lines Matching refs:CallOperandVal
2288 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2305 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2312 if (OpInfo.CallOperandVal) { in ParseConstraints()
2313 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
2494 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2497 if (!CallOperandVal) in getSingleConstraintMatchWeight()
2503 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2507 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
2512 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
2525 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
2621 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
2625 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
2627 OpInfo.CallOperandVal = v; in ComputeConstraintToUse()