HomeSort by relevance Sort by last modified time
    Searched defs:ConstantSize (Results 1 - 2 of 2) 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/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 17 milliseconds