OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APIntMoveTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
ConstantRange.h
47
typedef APInt
APIntMoveTy
;
50
typedef const APInt &
APIntMoveTy
;
60
ConstantRange(
APIntMoveTy
Value);
65
ConstantRange(
APIntMoveTy
Lower,
APIntMoveTy
Upper);
/external/llvm/lib/Support/
ConstantRange.cpp
41
ConstantRange::ConstantRange(
APIntMoveTy
V)
44
ConstantRange::ConstantRange(
APIntMoveTy
L,
APIntMoveTy
U)
Completed in 30 milliseconds