Lines Matching refs:LL
1921 if (N1C && N1C->getAPIntValue() == 1LL)
2482 SDValue LL, LR, RL, RR, CC0, CC1;
2650 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2655 LL.getValueType().isInteger()) {
2659 LR.getValueType(), LL, RL);
2666 LR.getValueType(), LL, RL);
2673 LR.getValueType(), LL, RL);
2678 // canonicalize equivalent to ll == rl
2679 if (LL == RR && LR == RL) {
2683 if (LL == RL && LR == RR) {
2684 bool isInteger = LL.getValueType().isInteger();
2688 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
2692 LL, LR, Result);
3096 SDValue LL, LR, RL, RR, CC0, CC1;
3165 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3170 LL.getValueType().isInteger()) {
3176 LR.getValueType(), LL, RL);
3185 LR.getValueType(), LL, RL);
3190 // canonicalize equivalent to ll == rl
3191 if (LL == RR && LR == RL) {
3195 if (LL == RL && LR == RR) {
3196 bool isInteger = LL.getValueType().isInteger();
3200 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
3204 LL, LR, Result);
10271 // chain until we find two aliases. If we've seen two aliases, assume we'll