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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 37 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
38 if (ConstantSize) {
39 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
46 !ConstantSize ||
47 ConstantSize->getZExtValue() >
81 uint64_t SizeVal = ConstantSize->getZExtValue();
186 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
187 if (!ConstantSize)
189 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
43 if (!ConstantSize)
45 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 397 milliseconds