Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DIntegersSubsetMapping.h80 return LItem->first.getHigh() >= RItem->first.getLow(); in isIntersected()
89 APInt RLow = RItem->first.getLow(); in isJoinable()
295 if (LRange.getLow() > RRange.getLow()) { in isOverlapped()
296 if (RRange.isSingleNumber() || LRange.getLow() > RRange.getHigh()) in isOverlapped()
300 } else if (LRange.getLow() < RRange.getLow()) { in isOverlapped()
301 if (LRange.isSingleNumber() || LRange.getHigh() < RRange.getLow()) in isOverlapped()
318 const IntTy *Low = &OldItems.begin()->first.getLow(); in optimize()
332 Low = &j->first.getLow(); in optimize()
441 if (LRange.getHigh() < RRange.getLow()) { in diff()
442 Machine.onLOpen(LRange.getLow(), LCluster.second); in diff()
[all …]
DIntegersSubset.h203 const IntType& getLow() const { in getLow() function
315 FlatCollection.push_back(i->getLow()); in IntegersSubsetGeneric()
317 if (i->getLow() != i->getHigh()) { in IntegersSubsetGeneric()
411 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0); in getSize()
413 const APInt Low = getItem(i).getLow(); in getSize()
426 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0); in getSingleValue()
428 const APInt Low = getItem(i).getLow(); in getSingleValue()
518 r.push_back(R.getLow().toConstantInt()); in IntegersSubset()
522 r.push_back(R.getLow().toConstantInt()); in IntegersSubset()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp245 Cases.push_back(CaseRange(C.first.getLow().toConstantInt(), in Clusterify()
/external/llvm/unittests/Support/
DIntegersSubsetTest.cpp50 EXPECT_EQ(TheSubset.getItem(i).getLow(), Int(i*10)); in TEST()
/external/llvm/lib/IR/
DVerifier.cpp1162 Assert1(((const APInt&)r.getLow()).getBitWidth() == IntTy->getBitWidth(), in visitSwitchInst()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1359 EmitAPInt(Vals64, Code, Abbrev, r.getLow(), true); in WriteInstruction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp914 const ConstantInt *LowCI = r.getLow().toConstantInt(); in visitSwitchInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2528 Cases.push_back(Case(C.first.getLow().toConstantInt(), in Clusterify()
2531 if (C.first.getLow() != C.first.getHigh()) in Clusterify()