Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1231 bool IntrFound = false; in mapWasmLandingPadIndex() local
1239 IntrFound = true; in mapWasmLandingPadIndex()
1244 assert(IntrFound && "wasm.landingpad.index intrinsic not found!"); in mapWasmLandingPadIndex()
1245 (void)IntrFound; in mapWasmLandingPadIndex()