Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp160 bool LessThanTypeSize(Value *V);
219 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize() function in TypePromotion
269 return LessThanTypeSize(Switch->getCondition()); in isSink()
271 return ICmp->isSigned() || LessThanTypeSize(ICmp->getOperand(0)); in isSink()