Searched refs:simplifySetCCWithAnd (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 3054 SDValue simplifySetCCWithAnd(EVT VT, SDValue N0, SDValue N1,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1281 SDValue TargetLowering::simplifySetCCWithAnd(EVT VT, SDValue N0, SDValue N1, in simplifySetCCWithAnd() function in TargetLowering 2124 if (SDValue V = simplifySetCCWithAnd(VT, N0, N1, Cond, DCI, dl)) in SimplifySetCC()
|