Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h3054 SDValue simplifySetCCWithAnd(EVT VT, SDValue N0, SDValue N1,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1281 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()