Searched refs:getWithNewBitWidth (Results 1 – 11 of 11) sorted by relevance
1736 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()2121 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()2138 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()2151 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()2173 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()2192 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()2258 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()2303 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
426 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
703 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
776 auto *TruncTy = Instr->getType()->getWithNewBitWidth(NewWidth); in narrowSDivOrSRem()896 auto *TruncTy = Instr->getType()->getWithNewBitWidth(NewWidth); in narrowUDivOrURem()
533 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()689 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
1332 Type *RsrcIntTy = IntTy->getWithNewBitWidth(RsrcPtrWidth); in visitIntToPtrInst()
2026 Type *IntTy = Op->getType()->getWithNewBitWidth(DstWidth); in getIntToFPVal()
3127 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()3144 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()
1158 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
1139 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()
2441 Type *TruncTy = ShType->getWithNewBitWidth(TypeBits - Amt); in foldICmpShlConstant()