Searched refs:TryMatchTrue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 3341 static SDValue TryMatchTrue(SDNode *N, EVT VecVT, SelectionDAG &DAG) { in TryMatchTrue() function 3390 if (auto Match = TryMatchTrue<0, ISD::SETNE, false, Intrinsic::wasm_anytrue>( in performSETCCCombine() 3396 if (auto Match = TryMatchTrue<0, ISD::SETEQ, true, Intrinsic::wasm_anytrue>( in performSETCCCombine() 3402 if (auto Match = TryMatchTrue<-1, ISD::SETEQ, false, Intrinsic::wasm_alltrue>( in performSETCCCombine() 3408 if (auto Match = TryMatchTrue<-1, ISD::SETNE, true, Intrinsic::wasm_alltrue>( in performSETCCCombine()
|