OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSExtValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Constants.h
83
/// either
getSExtValue
() or getZExtValue() will yield a correctly sized and
124
inline int64_t
getSExtValue
() const {
125
return Val.
getSExtValue
();
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
[
all
...]
Completed in 1224 milliseconds