Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1641 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
1899 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1916 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1929 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1951 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1970 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2036 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2081 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h430 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h722 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp533 ResultTy = ResultTy->getWithNewBitWidth( in tryCreateMaskedGatherOffset()
689 InputTy = InputTy->getWithNewBitWidth( in tryCreateMaskedScatterOffset()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp925 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1038 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3001 Type *ExtSrc = Src->getWithNewBitWidth(32); in getCastInstrCost()
3018 Type *TruncDst = Dst->getWithNewBitWidth(32); in getCastInstrCost()