Searched defs:LHSUnsigned (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 7238 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); getIntegerTypeOrder() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 7245 bool LHSUnsigned = isa<UIToFPInst>(LHSI); foldFCmpIntToFPConst() local |