Searched refs:getFunctionConstantRange (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h123 /// getFunctionConstantRange - Return the range of values that corresponds to
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm_2_9::ValueEnumerator
H A DBitcodeWriter.cpp1344 VE.getFunctionConstantRange(CstStart, CstEnd);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h123 /// getFunctionConstantRange - Return the range of values that corresponds to
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm_2_9_func::ValueEnumerator
H A DBitcodeWriter.cpp1361 VE.getFunctionConstantRange(CstStart, CstEnd);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h123 /// getFunctionConstantRange - Return the range of values that corresponds to
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm_3_2::ValueEnumerator
H A DBitcodeWriter.cpp1418 VE.getFunctionConstantRange(CstStart, CstEnd);

Completed in 151 milliseconds