Searched refs:DITy (Results 1 – 1 of 1) sorted by relevance
1231 IntegerType *DITy = cast<IntegerType>(DstTy); in executeTruncInst() local1232 unsigned DBitWidth = DITy->getBitWidth(); in executeTruncInst()1251 const IntegerType *DITy = cast<IntegerType>(DstTy); in executeSExtInst() local1252 unsigned DBitWidth = DITy->getBitWidth(); in executeSExtInst()1272 const IntegerType *DITy = cast<IntegerType>(DstTy); in executeZExtInst() local1273 unsigned DBitWidth = DITy->getBitWidth(); in executeZExtInst()