Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp99 return ConstantExpr::getZExt(C, IntTy); in translate()
/netbsd-src/external/apache2/llvm/dist/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 DInstCombineCasts.cpp1304 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt()
1311 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
H A DInstCombinePHI.cpp789 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in foldPHIArgZextsIntoPHI()
H A DInstCombineMulDivRem.cpp986 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
H A DInstCombineAddSub.cpp855 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
H A DInstCombineCalls.cpp951 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp539 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp770 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 DConstants.h1002 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1989 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 DCore.cpp1721 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3237 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 DConstantFolding.cpp233 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
H A DScalarEvolution.cpp1576 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 DCGExprConstant.cpp1709 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2762 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3248 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1239 See the method [llvm::ConstantExpr::getZExt]. *)