HomeSort by relevance Sort by last modified time
    Searched defs:SizeValue (Results 1 - 3 of 3) sorted by null

  /art/runtime/
offsets.h 35 size_t SizeValue() const {
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 30 ConstantSDNode *SizeValue = dyn_cast<ConstantSDNode>(Size);
37 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) {
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 543 const uint64_t SizeValue = Size->getValue().getLimitedValue();
544 if (SizeValue == ~0ULL ||
545 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
551 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
    [all...]

Completed in 1146 milliseconds