HomeSort by relevance Sort by last modified time
    Searched refs:CaseIt (Results 1 - 23 of 23) sorted by null

  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 135 Mapping::Cases::iterator CaseIt = TheCases.begin();
136 std::advance(CaseIt, i);
137 EXPECT_EQ(CaseIt->first, Successors + i);
138 EXPECT_EQ(CaseIt->second.getNumItems(), 1ULL);
139 EXPECT_EQ(CaseIt->second.getItem(0), Range(Int(10*i), Int(10*i + 9)));
175 Mapping::Cases::iterator CaseIt = TheCases.begin();
176 std::advance(CaseIt, i);
177 EXPECT_EQ(CaseIt->first, Successors + i);
178 EXPECT_EQ(CaseIt->second.getNumItems(), 1ULL);
179 EXPECT_EQ(CaseIt->second.getItem(0), Range(Int(i * 10), Int(i * 10 + 9)))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 74 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
SimplifyCFG.cpp 541 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
670 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
    [all...]
LowerSwitch.cpp 229 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
Local.cpp 114 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
172 SwitchInst::CaseIt FirstCase = SI->case_begin();
    [all...]
CodeExtractor.cpp 667 SwitchInst::CaseIt ToBeRemoved(TheSwitch, NumExitBlocks-1);
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 202 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
LoopUnswitch.cpp 456 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
586 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 323 for (SwitchInst::CaseIt I = LI->case_begin(), E = LI->case_end();
327 for (SwitchInst::CaseIt I = RI->case_begin(), E = RI->case_end();
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 197 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
LazyValueInfo.cpp 847 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 812 for (SwitchInst::CaseIt i = SI.case_begin(), e = SI.case_end(); i != e; ++i) {
828 SwitchInst::CaseIt i(&SI, CaseIndex);
    [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 653 for (SwitchInst::CaseIt i = I.case_begin(), e = I.case_end(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 370 milliseconds