OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMinusOne
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_value.h
189
bool
isMinusOne
() const {
/external/llvm/include/llvm/IR/
Constants.h
176
bool
isMinusOne
() const {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
63
bool
isMinusOne
() const { return isInt() && IntVal == -1; }
297
if (That.
isMinusOne
()) {
801
if (CE.
isMinusOne
() || CE.isMinusTwo())
807
if (!CE.
isMinusOne
() && !CE.isOne())
834
if (Coeff.
isMinusOne
() || Coeff.isOne()) {
835
NeedNeg = Coeff.
isMinusOne
();
[
all
...]
Completed in 1509 milliseconds