Lines Matching refs:CallOperandVal
3342 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
3360 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
3367 if (OpInfo.CallOperandVal) { in ParseConstraints()
3368 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
3545 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3548 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3554 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
3558 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
3563 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
3576 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
3671 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
3675 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
3677 OpInfo.CallOperandVal = v; in ComputeConstraintToUse()