Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp230 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64"); in TEST()
/external/llvm/include/llvm/IR/
DConstants.h886 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/IR/
DConstants.cpp1581 return getSExt(C, Ty, OnlyIfReduced); in getCast()
1614 return getSExt(C, Ty); in getSExtOrBitCast()
1688 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
DConstantFold.cpp2194 PrevIdx = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl()
2198 Div = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl()
DCore.cpp1175 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp549 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
DInstCombineAddSub.cpp1247 ConstantExpr::getSExt(CI, I.getType()) == RHSC && in visitAdd()
DInstructionCombining.cpp2122 : ConstantExpr::getSExt(CaseVal, Cond->getType()); in visitSwitchInst()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2856 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1586 cast<ConstantInt>(ConstantExpr::getSExt(SC->getValue(), Ty))); in getSignExtendExpr()
5647 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1110 See the method [llvm::ConstantExpr::getSExt]. *)