Lines Matching refs:CallOperandVal
6132 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
6134 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
6137 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6315 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6331 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6340 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6341 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6344 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6433 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6455 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
6572 OpInfo.CallOperandVal)); in visitInlineAsm()