Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ITy

594     if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) {
595 uint32_t BitWidth = ITy->getBitWidth();
615 ConstantInt::get(ITy, UnknownBit));
619 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros()));
622 Result = Builder->CreateXor(Result, ConstantInt::get(ITy, 1));