HomeSort by relevance Sort by last modified time
    Searched defs:getConstantOperandVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 139 inline uint64_t getConstantOperandVal(unsigned i) const;
529 /// getConstantOperandVal - Helper method returns the integer value of a
531 uint64_t getConstantOperandVal(unsigned Num) const;
781 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const {
782 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 232 milliseconds