Home | History | Annotate | Download | only in Utils

Lines Matching refs:MapTy

4293       IntegerType *MapTy = BitMap->getType();
4298 Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");
4302 ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()),
4637 IntegerType *MapTy = TableMask->getType();
4638 Value *MaskIndex = Builder.CreateZExtOrTrunc(TableIndex, MapTy,