| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 99 return ConstantExpr::getZExt(C, IntTy); in translate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 490 : ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 248 auto *ExtendedSumOfShAmts = ConstantExpr::getZExt(SumOfShAmts, ExtendedTy); in dropRedundantMaskingOfLeftShiftInput() 281 auto *ExtendedNumHighBitsToClear = ConstantExpr::getZExt( in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombinePHI.cpp | 821 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in foldPHIArgZextsIntoPHI()
|
| H A D | InstCombineCasts.cpp | 1333 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt() 1340 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
|
| H A D | InstCombineMulDivRem.cpp | 1014 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
|
| H A D | InstCombineAddSub.cpp | 841 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
|
| H A D | InstCombineSelect.cpp | 1052 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
|
| H A D | InstCombineCalls.cpp | 1318 if (ConstantExpr::getZExt(NarrowC, II->getType()) == C) { in visitCallInst()
|
| H A D | InstCombineAndOrXor.cpp | 1388 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 746 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall() 748 PtrOffset, ConstantExpr::getZExt( in lowerTypeTestCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1034 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 268 CHECK(ConstantExpr::getZExt(P0, Int64Ty), "zext i32 " P0STR " to i64"); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1956 return getZExt(C, Ty, OnlyIfReduced); in getCast() 1985 return getZExt(C, Ty); in getZExtOrBitCast() 2089 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
|
| H A D | Core.cpp | 1702 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1738 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 230 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
|
| H A D | ScalarEvolution.cpp | 1605 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExpr() 9512 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3244 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1198 See the method [llvm::ConstantExpr::getZExt]. *)
|