Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CallOperandVal

3072         OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
3090 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
3097 if (OpInfo.CallOperandVal) {
3098 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
3275 Value *CallOperandVal = info.CallOperandVal;
3278 if (!CallOperandVal)
3284 if (isa<ConstantInt>(CallOperandVal))
3288 if (isa<GlobalValue>(CallOperandVal))
3293 if (isa<ConstantFP>(CallOperandVal))
3306 if (CallOperandVal->getType()->isIntegerTy())
3401 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
3405 Value *v = OpInfo.CallOperandVal;
3407 OpInfo.CallOperandVal = v;