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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
46 !ConstantSize ||
47 ConstantSize->getZExtValue() >
78 uint64_t SizeVal = ConstantSize->getZExtValue();
183 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
184 if (!ConstantSize)
186 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
43 if (!ConstantSize)
45 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 217 milliseconds