| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 99 return ConstantExpr::getZExt(C, IntTy); in translate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 249 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 D | InstCombineCasts.cpp | 1304 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt() 1311 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
|
| H A D | InstCombinePHI.cpp | 789 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in foldPHIArgZextsIntoPHI()
|
| H A D | InstCombineMulDivRem.cpp | 986 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
|
| H A D | InstCombineAddSub.cpp | 855 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
|
| H A D | InstCombineCalls.cpp | 951 if (ConstantExpr::getZExt(NarrowC, II->getType()) == C) { in visitCallInst()
|
| H A D | InstCombineSelect.cpp | 996 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
|
| H A D | InstCombineAndOrXor.cpp | 1585 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 539 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 770 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall() 772 PtrOffset, ConstantExpr::getZExt( in lowerTypeTestCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1002 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1989 return getZExt(C, Ty, OnlyIfReduced); in getCast() 2018 return getZExt(C, Ty); in getZExtOrBitCast() 2111 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
|
| H A D | Core.cpp | 1721 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3237 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple() 3240 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple() 3261 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple() 3264 MulC = ConstantExpr::getZExt(MulC, Op0C->getType()); in ComputeMultiple()
|
| H A D | ConstantFolding.cpp | 233 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
|
| H A D | ScalarEvolution.cpp | 1576 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExpr() 8494 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1709 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2762 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3248 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1239 See the method [llvm::ConstantExpr::getZExt]. *)
|