Searched refs:NTy (Results 1 – 2 of 2) sorted by relevance
841 IntegerType *NTy = cast<IntegerType>(FromVal->getType()); in ConvertScalar_ExtractValue() local850 ShAmt = DL.getTypeStoreSizeInBits(NTy) - in ConvertScalar_ExtractValue()859 if (ShAmt > 0 && (unsigned)ShAmt < NTy->getBitWidth()) in ConvertScalar_ExtractValue()862 else if (ShAmt < 0 && (unsigned)-ShAmt < NTy->getBitWidth()) in ConvertScalar_ExtractValue()868 if (LIBitWidth < NTy->getBitWidth()) in ConvertScalar_ExtractValue()872 else if (LIBitWidth > NTy->getBitWidth()) in ConvertScalar_ExtractValue()
1538 Type *NTy = IntegerType::get(ICI.getContext(), ExactLogBase2 + 1); in visitICmpInstWithInstAndIntCst() local1539 Value *Trunc = Builder->CreateTrunc(LHSI->getOperand(0), NTy); in visitICmpInstWithInstAndIntCst()1543 Trunc, Constant::getNullValue(NTy)); in visitICmpInstWithInstAndIntCst()1737 Type *NTy = IntegerType::get(ICI.getContext(), TypeBits - Amt); in visitICmpInstWithInstAndIntCst() local1741 NTy); in visitICmpInstWithInstAndIntCst()1743 Builder->CreateTrunc(LHSI->getOperand(0), NTy), in visitICmpInstWithInstAndIntCst()