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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h166 inline uint64_t getConstantOperandVal(unsigned i) const;
570 uint64_t getConstantOperandVal(unsigned Num) const;
880 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const { function in class:llvm::SDValue
881 return Node->getConstantOperandVal(i);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3008 Operand.getConstantOperandVal(1) == 0 &&
6563 uint64_t SDNode::getConstantOperandVal(unsigned Num) const { function in class:SDNode
6721 FrameOffset = Ptr.getConstantOperandVal(1);

Completed in 390 milliseconds