Searched defs:isMinusOne (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h184 bool isMinusOne() const { function in class:__ubsan::Value
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h67 constexpr static bool isMinusOne() { return false; } function in class:clang::interp::Boolean
H A DIntegral.h127 bool isMinusOne() const { return Signed && V == T(-1); } function in class:clang::interp::Integral
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h216 bool isMinusOne() const { function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp78 bool isMinusOne() const { return isInt() && IntVal == -1; } function in class:__anon4559::FAddendCoef

Completed in 75 milliseconds