Home
last modified time | relevance | path

Searched refs:getSingleNumber (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DIntegersSubset.h448 const IntTy& getSingleNumber(unsigned idx) const { in getSingleNumber() function
/external/llvm/lib/Transforms/Utils/
DLocal.cpp177 Case.getSingleNumber(0).toConstantInt(), in ConstantFoldTerminator()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp657 const ConstantInt *CI = Case.getSingleNumber(0).toConstantInt(); in visitSwitchInst()
667 const ConstantInt *CI = Case.getSingleNumber(n).toConstantInt(); in visitSwitchInst()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1178 EmitAPInt(Vals64, Code, Abbrev, CaseRanges.getSingleNumber(0), true); in WriteInstruction()
1190 CaseRanges.getSingleNumber(ri), true); in WriteInstruction()
/external/llvm/include/llvm/
DInstructions.h2709 return CaseRanges.getSingleNumber(0).toConstantInt();