Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IT

88     // If the coefficient is represented by an integer, promote it to a
671 // Don't push constant addend at this time. It will be the last element
822 // is immediately available; otherwise, it needs exactly one instruction
865 // operand has a known-zero bit in a more significant place than it (not
1086 // If we have ADD(XOR(AND(X, 0xFF), 0x80), 0xF..F80), it's a sext.
1087 // If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
1107 // If this is a xor that was canonicalized from a sub, turn it back into
1108 // a sub and fuse this add with it.
1110 IntegerType *IT = cast<IntegerType>(I.getType());
1111 APInt LHSKnownOne(IT->getBitWidth(), 0);
1112 APInt LHSKnownZero(IT->getBitWidth(), 0);
1436 // GEP derived from it.
1479 // pointer, subtract it from the offset we have.