Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1146 bool IntrFound = false; in mapWasmLandingPadIndex() local
1154 IntrFound = true; in mapWasmLandingPadIndex()
1159 assert(IntrFound && "wasm.landingpad.index intrinsic not found!"); in mapWasmLandingPadIndex()
1160 (void)IntrFound; in mapWasmLandingPadIndex()