Searched defs:isMinusOne (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/ubsan/ | ||
H A D | ubsan_value.h | 184 bool isMinusOne() const { isMinusOne() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 218 bool isMinusOne() const { return Val.isAllOnes(); } isMinusOne() function |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Boolean.h |
|
H A D | Floating.h |
|
H A D | IntegralAP.h |
|
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineAddSub.cpp | 79 bool isMinusOne() const { return isInt() && IntVal == -1; } in isMinusOne() function in __anone2711ed90111::FAddendCoef |