Searched refs:foldSetCCWithOr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5801 SDValue foldSetCCWithOr(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4248 SDValue TargetLowering::foldSetCCWithOr(EVT VT, SDValue N0, SDValue N1, in foldSetCCWithOr() function in TargetLowering 5577 if (SDValue V = foldSetCCWithOr(VT, N0, N1, Cond, dl, DCI)) in SimplifySetCC()
|