Lines Matching refs:CallOperandVal
6406 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
6408 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
6411 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6588 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6605 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6614 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6615 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6618 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6707 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6731 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
6849 OpInfo.CallOperandVal)); in visitInlineAsm()