| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 99 return ConstantExpr::getZExt(C, IntTy); in translate()
|
| /openbsd-src/gnu/llvm/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 | InstCombineCasts.cpp | 1321 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, DestTy)); in visitZExt() 1328 Constant *ZC = ConstantExpr::getZExt(C, DestTy); in visitZExt() 1339 Constant *ZextC = ConstantExpr::getZExt(C, DestTy); in visitZExt()
|
| H A D | InstCombineMulDivRem.cpp | 1218 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem() 1229 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
|
| H A D | InstCombinePHI.cpp | 828 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in foldPHIArgZextsIntoPHI()
|
| H A D | InstCombineAddSub.cpp | 840 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
|
| H A D | InstCombineSelect.cpp | 1095 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
|
| H A D | InstCombineCalls.cpp | 1339 if (ConstantExpr::getZExt(NarrowC, II->getType()) == C) { in visitCallInst()
|
| H A D | InstCombineAndOrXor.cpp | 1499 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 501 : ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1059 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1986 return getZExt(C, Ty, OnlyIfReduced); in getCast() 2015 return getZExt(C, Ty); in getZExtOrBitCast() 2119 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
|
| H A D | Core.cpp | 1690 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1735 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 230 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
|
| H A D | ScalarEvolution.cpp | 1641 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExprImpl() 9779 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3246 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1191 See the method [llvm::ConstantExpr::getZExt]. *)
|