Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1500 C1 = ConstantExpr::getSExt(C1, Type::getInt64Ty(C1->getContext())); in IdxCompare()
1503 C2 = ConstantExpr::getSExt(C2, Type::getInt64Ty(C1->getContext())); in IdxCompare()
2290 PrevIdx = ConstantExpr::getSExt(PrevIdx, in ConstantFoldGetElementPtrImpl()
2293 Div = ConstantExpr::getSExt(Div, in ConstantFoldGetElementPtrImpl()
DConstants.cpp1242 case Instruction::SExt: return getSExt(C, Ty); in getCast()
1265 return getSExt(C, Ty); in getSExtOrBitCast()
1322 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { in getSExt() function in ConstantExpr
DCore.cpp886 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp311 ConstantExpr::getSExt(Const, ExtTy) : in Mutate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp263 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64"); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp262 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64"); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h652 static Constant *getSExt (Constant *C, Type *Ty);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp295 ConstantExpr::getSExt(CI, I.getType()) == RHSC && in visitAdd()
DInstCombineSelect.cpp393 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h951 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/include/llvm/IR/
DConstants.h901 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/IR/
DConstants.cpp1472 return getSExt(C, Ty, OnlyIfReduced); in getCast()
1505 return getSExt(C, Ty); in getSExtOrBitCast()
1578 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
DConstantFold.cpp2250 PrevIdx = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl()
2253 Div = ConstantExpr::getSExt( in ConstantFoldGetElementPtrImpl()
DCore.cpp1278 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal), in LLVMConstSExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1522 return getSExt(C, Ty, OnlyIfReduced); in getCast()
1555 return getSExt(C, Ty); in getSExtOrBitCast()
1628 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt() function in ConstantExpr
DConstantFold.cpp2348 PrevIdx = ConstantExpr::getSExt(PrevIdx, ExtendedTy); in ConstantFoldGetElementPtr()
2351 Div = ConstantExpr::getSExt(Div, ExtendedTy); in ConstantFoldGetElementPtr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp457 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
DInstCombineAddSub.cpp1215 ConstantExpr::getSExt(CI, I.getType()) == RHSC && in visitAdd()
DInstructionCombining.cpp2216 : ConstantExpr::getSExt(CaseVal, Cond->getType()); in visitSwitchInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp334 if (ConstantExpr::getSExt(CI, I.getType()) == Op1C && in visitMul()
DInstCombineAddSub.cpp1296 if (ConstantExpr::getSExt(CI, Ty) == RHSC && in visitAdd()
DInstCombineSelect.cpp734 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()
DInstCombineAndOrXor.cpp1203 Constant *SextTruncC = ConstantExpr::getSExt(TruncC, DestTy); in foldLogicCastConstant()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1604 ArgVal = ConstantExpr::getSExt(CI,Type::getInt32Ty(CI->getContext())); in DoSelectCall()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3070 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()

12