Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp153 bool LessThanTypeSize(Value *V);
218 bool TypePromotionImpl::LessThanTypeSize(Value *V) { in LessThanTypeSize() function in TypePromotionImpl
268 return LessThanTypeSize(Switch->getCondition()); in isSink()
270 return ICmp->isSigned() || LessThanTypeSize(ICmp->getOperand(0)); in isSink()