Searched defs:getAPIntValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DIntegersSubset.h42 return getAPIntValue().func(RHS); \
47 APInt res = op(getAPIntValue()); \
54 APInt res = getAPIntValue() op RHS; \
61 APInt res = getAPIntValue();\
70 APInt res = getAPIntValue(); \
79 APInt res = getAPIntValue();\
89 return (*this) op APInt(getAPIntValue().getBitWidth(), RHS); \
98 const APInt& getAPIntValue() const { function in class:llvm::IntItem
106 return getAPIntValue();
145 APInt res = getAPIntValue();
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1171 const APInt &getAPIntValue() const { return Value->getValue(); } function in class:llvm::SDNode::ConstantSDNode

Completed in 112 milliseconds