Home
last modified time | relevance | path

Searched refs:NeededSize (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDBoundsChecking.cpp128 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in instrument() local
129 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize) in instrument()
144 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in instrument()