Searched refs:getSExt (Results 1 – 12 of 12) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 238 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64"); in TEST()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1541 return getSExt(C, Ty, OnlyIfReduced); in getCast() 1574 return getSExt(C, Ty); in getSExtOrBitCast() 1648 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
|
D | ConstantFold.cpp | 2203 PrevIdx = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl() 2207 Div = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl()
|
D | Core.cpp | 1191 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 943 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 446 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
|
D | InstCombineAddSub.cpp | 1235 ConstantExpr::getSExt(CI, I.getType()) == RHSC && in visitAdd()
|
D | InstructionCombining.cpp | 2187 : ConstantExpr::getSExt(CaseVal, Cond->getType()); in visitSwitchInst()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2891 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1592 cast<ConstantInt>(ConstantExpr::getSExt(SC->getValue(), Ty))); in getSignExtendExpr() 6148 return ConstantExpr::getSExt(CastOp, SS->getType()); in BuildConstantFromSCEV()
|
D | ValueTracking.cpp | 4013 if (ConstantExpr::getSExt(T, C->getType()) == C) in lookThroughCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1110 See the method [llvm::ConstantExpr::getSExt]. *)
|