Searched refs:SizeValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp30 ConstantSDNode *SizeValue = dyn_cast<ConstantSDNode>(Size); local
37 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) {
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp543 const uint64_t SizeValue = Size->getValue().getLimitedValue(); local
544 if (SizeValue == ~0ULL ||
545 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
551 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};

Completed in 110 milliseconds