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

/external/llvm/include/llvm/IR/
H A DConstants.h83 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
124 inline int64_t getSExtValue() const { function in class:llvm::ConstantInt
125 return Val.getSExtValue();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1351 int64_t getSExtValue() const { return Value->getSExtValue(); } function in class:ConstantSDNode

Completed in 312 milliseconds