Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h955 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1644 return getSExt(C, Ty, OnlyIfReduced); in getCast()
1677 return getSExt(C, Ty); in getSExtOrBitCast()
1750 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
DConstantFold.cpp2469 PrevIdx = ConstantExpr::getSExt(PrevIdx, ExtendedTy); in ConstantFoldGetElementPtr()
2472 Div = ConstantExpr::getSExt(Div, ExtendedTy); in ConstantFoldGetElementPtr()
DCore.cpp1667 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp850 Constant *WideC = ConstantExpr::getSExt(NarrowC, Ty); in foldNoWrapAdd()
DInstCombineSelect.cpp939 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()
DInstCombineAndOrXor.cpp1523 Constant *SextTruncC = ConstantExpr::getSExt(TruncC, DestTy); in foldLogicCastConstant()
DInstCombineCalls.cpp3815 *II, ConstantExpr::getSExt(CCmp, II->getType())); in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3261 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1961 cast<ConstantInt>(ConstantExpr::getSExt(SC->getValue(), Ty))); in getSignExtendExpr()
8122 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()