Searched refs:zeroExtendToMatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp805 static void zeroExtendToMatch(APInt &LHS, APInt &RHS, unsigned Offset = 0) { function
6086 zeroExtendToMatch(ExtractFromAmt, OppLHSAmt);
7522 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7532 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7560 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7573 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7599 zeroExtendToMatch(c1, c2);
7761 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7932 zeroExtendToMatch(c1, c2, 1 /* Overflow Bit */);
7942 zeroExtendToMatch(c
[all...]

Completed in 100 milliseconds