Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1222 bool IntrFound = false; in mapWasmLandingPadIndex() local
1230 IntrFound = true; in mapWasmLandingPadIndex()
1235 assert(IntrFound && "wasm.landingpad.index intrinsic not found!"); in mapWasmLandingPadIndex()
1236 (void)IntrFound; in mapWasmLandingPadIndex()