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

  /external/llvm/include/llvm/Support/
IntegersSubset.h 173 ConstantInt *toConstantInt() const {
518 r.push_back(R.getLow().toConstantInt());
519 r.push_back(R.getHigh().toConstantInt());
522 r.push_back(R.getLow().toConstantInt());
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 245 Cases.push_back(CaseRange(C.first.getLow().toConstantInt(),
246 C.first.getHigh().toConstantInt(), C.second));
Local.cpp 200 Case.getSingleNumber(0).toConstantInt(),
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 657 const ConstantInt *CI = Case.getSingleNumber(0).toConstantInt();
667 const ConstantInt *CI = Case.getSingleNumber(n).toConstantInt();
678 const ConstantInt *LowCI = r.getLow().toConstantInt();
679 const ConstantInt *HighCI = r.getHigh().toConstantInt();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2948 milliseconds