Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CallOperandVal

2263         OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2280 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2287 if (OpInfo.CallOperandVal) {
2288 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
2469 Value *CallOperandVal = info.CallOperandVal;
2472 if (!CallOperandVal)
2478 if (isa<ConstantInt>(CallOperandVal))
2482 if (isa<GlobalValue>(CallOperandVal))
2487 if (isa<ConstantFP>(CallOperandVal))
2500 if (CallOperandVal->getType()->isIntegerTy())
2596 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
2600 Value *v = OpInfo.CallOperandVal;
2602 OpInfo.CallOperandVal = v;