Searched defs:isOne (Results 1 – 7 of 7) sorted by relevance
119 bool isOne() const { return Quantity == 1; } in isOne() function
198 bool isOne() const { return Val.isOneValue(); } in isOne() function
66 bool isOne(const Expr *E) { in isOne() function in __anonb84c804f0111::WalkAST
544 bool isOne() const { in isOne() function
688 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
77 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon0831a0f10111::FAddendCoef
413 bool SCEV::isOne() const { in isOne() function in SCEV