Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CallOperandVal

2867         OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2884 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2891 if (OpInfo.CallOperandVal) {
2892 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
3069 Value *CallOperandVal = info.CallOperandVal;
3072 if (CallOperandVal == NULL)
3078 if (isa<ConstantInt>(CallOperandVal))
3082 if (isa<GlobalValue>(CallOperandVal))
3087 if (isa<ConstantFP>(CallOperandVal))
3100 if (CallOperandVal->getType()->isIntegerTy())
3196 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
3200 Value *v = OpInfo.CallOperandVal;
3202 OpInfo.CallOperandVal = v;