Searched refs:zeroExtendToMatch (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 823 static void zeroExtendToMatch(APInt &LHS, APInt &RHS, unsigned Offset = 0) { in zeroExtendToMatch() function 5266 zeroExtendToMatch(ExtractFromAmt, OppLHSAmt); in extractShiftForRotate() 6361 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSHL() 6371 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSHL() 6395 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSHL() 6582 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSRA() 6593 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSRA() 6734 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSRL() 6744 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */); in visitSRL()
|