Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp153 bool LessOrEqualTypeSize(Value *V);
208 bool TypePromotion::LessOrEqualTypeSize(Value *V) { in LessOrEqualTypeSize() function in TypePromotion
260 return LessOrEqualTypeSize(Store->getValueOperand()); in isSink()
262 return LessOrEqualTypeSize(Return->getReturnValue()); in isSink()
737 return LessOrEqualTypeSize(V); in isSupportedType()