Home
last modified time | relevance | path

Searched refs:getWithNewBitWidth (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1559 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
1816 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1833 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1846 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1868 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1887 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1952 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1995 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h401 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h722 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp533 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()
689 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp906 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1041 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2595 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()
2612 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()