Home
last modified time | relevance | path

Searched defs:isMinusOne (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h184 bool isMinusOne() const { isMinusOne() function
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h218 bool isMinusOne() const { return Val.isAllOnes(); } isMinusOne() function
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DFloating.h
H A DIntegralAP.h
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp79 bool isMinusOne() const { return isInt() && IntVal == -1; } in isMinusOne() function in __anone2711ed90111::FAddendCoef