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/ |
D | PPCBoolRetToInt.cpp | 97 return ConstantExpr::getZExt(C, IntTy); in translate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 242 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()
|
D | InstCombinePHI.cpp | 702 if (ConstantExpr::getZExt(Trunc, C->getType()) != C) in FoldPHIArgZextsIntoPHI()
|
D | InstCombineCasts.cpp | 1212 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt() 1219 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
|
D | InstCombineMulDivRem.cpp | 939 if (ConstantExpr::getZExt(TruncC, Ty) != C) in narrowUDivURem()
|
D | InstCombineAddSub.cpp | 857 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty); in foldNoWrapAdd()
|
D | InstCombineSelect.cpp | 953 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
|
D | InstCombineAndOrXor.cpp | 1513 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy); in foldLogicCastConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 537 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 956 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/ |
D | LowerTypeTests.cpp | 761 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/ |
D | Constants.cpp | 1642 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
|
D | Core.cpp | 1672 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2832 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()
|
D | ConstantFolding.cpp | 225 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
|
D | ScalarEvolution.cpp | 1655 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/ |
D | SROA.cpp | 2744 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3263 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|