HomeSort by relevance Sort by last modified time
    Searched defs:ConstantSize (Results 1 - 5 of 5) 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 227 GLuint ConstantSize;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 227 GLuint ConstantSize;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 596 milliseconds