Lines Matching refs:CallOperandVal
5948 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
5950 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
5953 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6131 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6148 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6157 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6158 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6161 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6250 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6274 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
6391 OpInfo.CallOperandVal)); in visitInlineAsm()