Home
last modified time | relevance | path

Searched refs:getSExt (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1001 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp575 II, ConstantExpr::getSExt(CCmp, II.getType())); in instCombineIntrinsic()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1991 return getSExt(C, Ty, OnlyIfReduced); in getCast()
2024 return getSExt(C, Ty); in getSExtOrBitCast()
2097 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
H A DConstantFold.cpp2647 PrevIdx = ConstantExpr::getSExt(PrevIdx, ExtendedTy); in ConstantFoldGetElementPtr()
2650 Div = ConstantExpr::getSExt(Div, ExtendedTy); in ConstantFoldGetElementPtr()
H A DCore.cpp1716 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp848 Constant *WideC = ConstantExpr::getSExt(NarrowC, Ty); in foldNoWrapAdd()
H A DInstCombineCasts.cpp1531 Constant *WideCurrShAmt = ConstantExpr::getSExt(CA, DestTy); in visitSExt()
H A DInstCombineCalls.cpp974 if (ConstantExpr::getSExt(NarrowC, II->getType()) == C) { in visitCallInst()
H A DInstCombineSelect.cpp982 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()
H A DInstCombineAndOrXor.cpp1595 Constant *SextTruncC = ConstantExpr::getSExt(TruncC, DestTy); in foldLogicCastConstant()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3246 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1878 cast<ConstantInt>(ConstantExpr::getSExt(SC->getValue(), Ty))); in getSignExtendExpr()
8488 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1234 See the method [llvm::ConstantExpr::getSExt]. *)