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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp727 static bool isObjectSizeLessThanOrEq(Value *V, uint64_t MaxSize, function
867 // Note that isObjectSizeLessThanOrEq will return true only if the pointer is
869 return isObjectSizeLessThanOrEq(GEPI->getOperand(0), TyAllocSize, DL) &&

Completed in 60 milliseconds