Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp196 static bool LessThanTypeSize(Value *V) { in LessThanTypeSize() function
267 return LessThanTypeSize(Switch->getCondition()); in isSink()
269 return ICmp->isSigned() || LessThanTypeSize(ICmp->getOperand(0)); in isSink()
734 assert(LessThanTypeSize(Trunc) && "expected narrow trunc"); in ConvertTruncs()