Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1381 bool IntrFound = false; in mapWasmLandingPadIndex() local
1389 IntrFound = true; in mapWasmLandingPadIndex()
1394 assert(IntrFound && "wasm.landingpad.index intrinsic not found!"); in mapWasmLandingPadIndex()
1395 (void)IntrFound; in mapWasmLandingPadIndex()