Home
last modified time | relevance | path

Searched refs:getHigh (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
DIntegersSubsetMapping.h80 return LItem->first.getHigh() >= RItem->first.getLow(); in isIntersected()
92 return LItem->first.getHigh() >= RLow; in isJoinable()
296 if (RRange.isSingleNumber() || LRange.getLow() > RRange.getHigh()) in isOverlapped()
301 if (LRange.isSingleNumber() || LRange.getHigh() < RRange.getLow()) in isOverlapped()
319 const IntTy *High = &OldItems.begin()->first.getHigh(); in optimize()
325 const IntTy *CurHigh = &j->first.getHigh(); in optimize()
333 High = &j->first.getHigh(); in optimize()
441 if (LRange.getHigh() < RRange.getLow()) { in diff()
443 Machine.onLClose(LRange.getHigh()); in diff()
448 if (LRange.getLow() > RRange.getHigh()) { in diff()
[all …]
DIntegersSubset.h208 const IntType& getHigh() const { in getHigh() function
318 if (i->getLow() != i->getHigh()) { in IntegersSubsetGeneric()
319 FlatCollection.push_back(i->getHigh()); in IntegersSubsetGeneric()
415 const APInt &High = getItem(i).getHigh(); in getSize()
430 const APInt &High = getItem(i).getHigh(); in getSingleValue()
520 r.push_back(R.getHigh().toConstantInt()); in IntegersSubset()
/external/llvm/unittests/Support/
DIntegersSubsetTest.cpp53 EXPECT_EQ(TheSubset.getItem(i).getHigh(), Int(i*10 + 8)); in TEST()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp246 C.first.getHigh().toConstantInt(), C.second)); in Clusterify()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp679 const ConstantInt *HighCI = r.getHigh().toConstantInt(); in visitSwitchInst()
/external/llvm/lib/VMCore/
DVerifier.cpp818 Assert1(((const APInt&)r.getHigh()).getBitWidth() == IntTy->getBitWidth(), in visitSwitchInst()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1202 EmitAPInt(Vals64, Code, Abbrev, r.getHigh(), true); in WriteInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2491 C.first.getHigh().toConstantInt(), C.second, W)); in Clusterify()
2493 if (C.first.getLow() != C.first.getHigh()) in Clusterify()