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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h191 /// getFunctionConstantRange - Return the range of values that corresponds to
193 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm::ValueEnumerator
H A DBitcodeWriter.cpp3192 VE.getFunctionConstantRange(CstStart, CstEnd);

Completed in 66 milliseconds