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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp159 bool LessThanTypeSize(Value *V);
218 bool TypePromotion::LessThanTypeSize(Value *V) { function in class:TypePromotion
268 return LessThanTypeSize(Switch->getCondition());
270 return ICmp->isSigned() || LessThanTypeSize(ICmp->getOperand(0));

Completed in 49 milliseconds