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

/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h190 /// getFunctionConstantRange - Return the range of values that corresponds to
192 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm::ValueEnumerator
H A DBitcodeWriter.cpp3468 VE.getFunctionConstantRange(CstStart, CstEnd);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h190 /// getFunctionConstantRange - Return the range of values that corresponds to
192 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { function in class:llvm::dxil::ValueEnumerator
H A DDXILBitcodeWriter.cpp2640 VE.getFunctionConstantRange(CstStart, CstEnd);

Completed in 144 milliseconds