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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dtsmemcmp.c45 unsigned int isLT = 0u; local
50 isLT |= mask &
54 mask &= ~(isLT | isGT);
56 return (int)(isGT >> CHAR_BIT) - (int)(isLT >> CHAR_BIT);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1315 static bool isLT(Predicate P) { function in class:llvm::ICmpInst
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9728 assert((IsGreater || ICmpInst::isLE(Pred) || ICmpInst::isLT(Pred)) &&

Completed in 115 milliseconds