Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5801 SDValue foldSetCCWithOr(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4248 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()