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

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

Completed in 175 milliseconds