Searched refs:getZExt (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp100 return ConstantExpr::getZExt(C, IntTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp242 auto *ExtendedSumOfShAmts = ConstantExpr::getZExt(SumOfShAmts, ExtendedTy);
275 auto *ExtendedNumHighBitsToClear = ConstantExpr::getZExt(
718 ConstantExpr::getZExt(cast<Constant>(Op1), TrOp->getType());
H A DInstCombinePHI.cpp697 if (ConstantExpr::getZExt(Trunc, C->getType()) != C)
H A DInstCombineCasts.cpp1262 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType()));
1269 Constant *ZC = ConstantExpr::getZExt(C, CI.getType());
H A DInstCombineAddSub.cpp854 Constant *WideC = ConstantExpr::getZExt(NarrowC, Ty);
H A DInstCombineMulDivRem.cpp1002 if (ConstantExpr::getZExt(TruncC, Ty) != C)
H A DInstCombineAndOrXor.cpp1560 Constant *ZextTruncC = ConstantExpr::getZExt(TruncC, DestTy);
H A DInstCombineSelect.cpp984 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h968 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp538 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp771 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy));
773 PtrOffset, ConstantExpr::getZExt(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1793 return getZExt(C, Ty, OnlyIfReduced);
1822 return getZExt(C, Ty);
1915 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1681 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3079 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType());
3082 MulC = ConstantExpr::getZExt(MulC, Op1C->getType());
3103 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType());
3106 MulC = ConstantExpr::getZExt(MulC, Op0C->getType());
H A DConstantFolding.cpp229 Src = ConstantExpr::getZExt(Src, Elt->getType());
H A DScalarEvolution.cpp1396 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty)));
7931 return ConstantExpr::getZExt(CastOp, SZ->getType());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1706 return llvm::ConstantExpr::getZExt(C, boolTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2744 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3258 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext()));

Completed in 307 milliseconds