Home
last modified time | relevance | path

Searched refs:getZExt (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp99 return ConstantExpr::getZExt(C, IntTy); in translate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp249 auto *ExtendedSumOfShAmts = ConstantExpr::getZExt(SumOfShAmts, ExtendedTy); in dropRedundantMaskingOfLeftShiftInput()
282 auto *ExtendedNumHighBitsToClear = ConstantExpr::getZExt( in dropRedundantMaskingOfLeftShiftInput()
707 Constant *ShAmt = ConstantExpr::getZExt(Op1, SrcTy); in FoldShiftByConstant()
H A DInstCombinePHI.cpp789 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in foldPHIArgZextsIntoPHI()
H A DInstCombineCasts.cpp1353 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt()
1360 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
H A DInstCombineMulDivRem.cpp992 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
H A DInstCombineAddSub.cpp855 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
H A DInstCombineCalls.cpp981 if (ConstantExpr::getZExt(NarrowC, II->getType()) == C) { in visitCallInst()
H A DInstCombineSelect.cpp996 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
H A DInstCombineAndOrXor.cpp1585 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp536 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp776 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall()
778 PtrOffset, ConstantExpr::getZExt( in lowerTypeTestCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1007 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1991 return getZExt(C, Ty, OnlyIfReduced); in getCast()
2020 return getZExt(C, Ty); in getZExtOrBitCast()
2113 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
H A DCore.cpp1721 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3279 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple()
3282 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple()
3303 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple()
3306 MulC = ConstantExpr::getZExt(MulC, Op0C->getType()); in ComputeMultiple()
H A DConstantFolding.cpp238 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
H A DScalarEvolution.cpp1588 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExpr()
8751 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1709 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2770 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3249 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()