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

/external/llvm/include/llvm/
H A DConstants.h82 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
116 inline uint64_t getZExtValue() const { function in class:llvm::ConstantInt
117 return Val.getZExtValue();
160 /// potential for an assertion from getZExtValue().
167 /// potential for an assertion from getZExtValue().
211 return Val.getActiveBits() > 64 || Val.getZExtValue() >= Num;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1163 uint64_t getZExtValue() const { return Value->getZExtValue(); } function in class:llvm::SDNode::ConstantSDNode

Completed in 110 milliseconds