Searched refs:matchRotateSub (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3896 static bool matchRotateSub(SDValue Pos, SDValue Neg, unsigned EltSize) { in matchRotateSub() function 4007 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits())) { in MatchRotatePosNeg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5307 static bool matchRotateSub(SDValue Pos, SDValue Neg, unsigned EltSize, in matchRotateSub() function 5429 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
|