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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 143 inline uint64_t getConstantOperandVal(unsigned i) const;
534 /// getConstantOperandVal - Helper method returns the integer value of a
536 uint64_t getConstantOperandVal(unsigned Num) const;
786 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const {
787 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 498 if (N->getConstantOperandVal(1))
756 int ScaleLog = 8 - Shift.getConstantOperandVal(1);
805 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
865 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 259 const unsigned Align = N->getConstantOperandVal(3);
SelectionDAG.cpp     [all...]
LegalizeFloatTypes.cpp 531 N->getConstantOperandVal(3));
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 705 N->getConstantOperandVal(3));
    [all...]
DAGCombiner.cpp     [all...]

Completed in 1607 milliseconds