Searched defs:getZExtValue (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
116 inline uint64_t getZExtValue() const { function in class:llvm::ConstantInt
117 return Val.getZExtValue();
159 /// potential for an assertion from getZExtValue().
166 /// potential for an assertion from getZExtValue().
210 return Val.getActiveBits() > 64 || Val.getZExtValue() >= Num;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1350 uint64_t getZExtValue() const { return Value->getZExtValue(); } function in class:ConstantSDNode

Completed in 231 milliseconds