Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp97 return ConstantExpr::getZExt(C, IntTy); in translate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp242 auto *ExtendedSumOfShAmts = ConstantExpr::getZExt(SumOfShAmts, ExtendedTy); in dropRedundantMaskingOfLeftShiftInput()
275 auto *ExtendedNumHighBitsToClear = ConstantExpr::getZExt( in dropRedundantMaskingOfLeftShiftInput()
725 ConstantExpr::getZExt(cast<Constant>(Op1), TrOp->getType()); in FoldShiftByConstant()
DInstCombinePHI.cpp702 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in FoldPHIArgZextsIntoPHI()
DInstCombineCasts.cpp1212 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt()
1219 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
DInstCombineMulDivRem.cpp939 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
DInstCombineAddSub.cpp857 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
DInstCombineSelect.cpp953 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
DInstCombineAndOrXor.cpp1513 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp537 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h956 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp761 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall()
763 PtrOffset, ConstantExpr::getZExt( in lowerTypeTestCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1642 return getZExt(C, Ty, OnlyIfReduced); in getCast()
1671 return getZExt(C, Ty); in getZExtOrBitCast()
1764 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
DCore.cpp1672 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp2832 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple()
2835 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple()
2856 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple()
2859 MulC = ConstantExpr::getZExt(MulC, Op0C->getType()); in ComputeMultiple()
DConstantFolding.cpp225 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
DScalarEvolution.cpp1655 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExpr()
8128 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2744 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3263 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()