Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ITy

597     if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) {
598 uint32_t BitWidth = ITy->getBitWidth();
618 ConstantInt::get(ITy, UnknownBit));
622 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros()));
625 Result = Builder->CreateXor(Result, ConstantInt::get(ITy, 1));