Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp3302 auto CombineSetCC = [&N, &DAG](Intrinsic::WASMIntrinsics InPre, in performAnyAllCombine() local
3323 if (SDValue AnyTrueEQ = CombineSetCC(Intrinsic::wasm_anytrue, ISD::SETEQ, in performAnyAllCombine()
3326 if (SDValue AllTrueEQ = CombineSetCC(Intrinsic::wasm_alltrue, ISD::SETEQ, in performAnyAllCombine()
3329 if (SDValue AnyTrueNE = CombineSetCC(Intrinsic::wasm_anytrue, ISD::SETNE, in performAnyAllCombine()
3332 if (SDValue AllTrueNE = CombineSetCC(Intrinsic::wasm_alltrue, ISD::SETNE, in performAnyAllCombine()