Home | History | Annotate | Download | only in Utils

Lines Matching refs:MapTy

3607       IntegerType *MapTy = BitMap->getType();
3612 Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");
3616 ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()),
3858 IntegerType *MapTy = TableMask->getType();
3859 Value *MaskIndex = Builder.CreateZExtOrTrunc(TableIndex, MapTy,