Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DIntegersSubset.h447 const IntTy& getSingleNumber(unsigned idx) const { in getSingleNumber() function
/external/llvm/lib/Transforms/Utils/
DLocal.cpp200 Case.getSingleNumber(0).toConstantInt(), in ConstantFoldTerminator()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1337 EmitAPInt(Vals64, Code, Abbrev, CaseRanges.getSingleNumber(0), true); in WriteInstruction()
1349 CaseRanges.getSingleNumber(ri), true); in WriteInstruction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp893 const ConstantInt *CI = Case.getSingleNumber(0).toConstantInt(); in visitSwitchInst()
903 const ConstantInt *CI = Case.getSingleNumber(n).toConstantInt(); in visitSwitchInst()
/external/llvm/include/llvm/IR/
DInstructions.h2717 return CaseRanges.getSingleNumber(0).toConstantInt();