Searched refs:NewBegin (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap() argument 39 OffsetMap.insert(NewBegin, NewEnd, Atom); in remap() 42 Atom->Begin = NewBegin; in remap()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCModule.h | 46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1793 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange() local 1797 auto Ret = InductiveRangeCheck::Range(NewBegin, NewEnd); in IntersectSignedRange() 1822 const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectUnsignedRange() local 1826 auto Ret = InductiveRangeCheck::Range(NewBegin, NewEnd); in IntersectUnsignedRange()
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1358 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectRange() local 1361 return InductiveRangeCheck::Range(NewBegin, NewEnd); in IntersectRange()
|