Searched refs:foldSetCCWithBinOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4269 SDValue foldSetCCWithBinOp(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3076 SDValue TargetLowering::foldSetCCWithBinOp(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
3913 if (SDValue V = foldSetCCWithBinOp(VT, N0, N1, Cond, dl, DCI))
3919 if (SDValue V = foldSetCCWithBinOp(VT, N1, N0, Cond, dl, DCI))

Completed in 138 milliseconds