Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:LL

1870   if (N1C && N1C->getAPIntValue() == 1LL)
2431 SDValue LL, LR, RL, RR, CC0, CC1;
2599 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2604 LL.getValueType().isInteger()) {
2608 LR.getValueType(), LL, RL);
2615 LR.getValueType(), LL, RL);
2622 LR.getValueType(), LL, RL);
2627 // canonicalize equivalent to ll == rl
2628 if (LL == RR && LR == RL) {
2632 if (LL == RL && LR == RR) {
2633 bool isInteger = LL.getValueType().isInteger();
2637 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
2641 LL, LR, Result);
3045 SDValue LL, LR, RL, RR, CC0, CC1;
3114 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3119 LL.getValueType().isInteger()) {
3125 LR.getValueType(), LL, RL);
3134 LR.getValueType(), LL, RL);
3139 // canonicalize equivalent to ll == rl
3140 if (LL == RR && LR == RL) {
3144 if (LL == RL && LR == RR) {
3145 bool isInteger = LL.getValueType().isInteger();
3149 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
3153 LL, LR, Result);
10011 // chain until we find two aliases. If we've seen two aliases, assume we'll