Home
last modified time | relevance | path

Searched refs:isCallIndirect (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp50 if (isCallIndirect(MI.getOpcode())) in mayThrow()
H A DWebAssemblyMCInstLower.cpp213 if (WebAssembly::isCallIndirect(MI->getOpcode())) in lower()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h427 inline bool isCallIndirect(unsigned Opc) { in isCallIndirect() function