Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1423 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost()
1672 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1689 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1712 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost()
1731 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1800 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h390 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
H A DDerivedTypes.h709 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2221 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat()
H A DInstCombineAndOrXor.cpp1107 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart()