Home
last modified time | relevance | path

Searched refs:TryL (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6882 SDValue TryL = in MatchRotate() local
6885 if (TryL) in MatchRotate()
6886 return TryL; in MatchRotate()
6895 SDValue TryL = in MatchRotate() local
6898 if (TryL) in MatchRotate()
6899 return TryL; in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4114 SDNode *TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate() local
4116 if (TryL) in MatchRotate()
4117 return TryL; in MatchRotate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6382 SDValue TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate() local
6384 if (TryL) in MatchRotate()
6385 return TryL; in MatchRotate()