Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CallOperandVal

6056     if (!CallOperandVal) return MVT::Other;
6058 if (isa<BasicBlock>(CallOperandVal))
6061 llvm::Type *OpTy = CallOperandVal->getType();
6238 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6254 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6263 if (OpInfo.CallOperandVal) {
6264 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
6267 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
6355 const Value *OpVal = OpInfo.CallOperandVal;
6377 OpInfo.CallOperandVal = nullptr;
6489 OpInfo.CallOperandVal));