Searched defs:isOne (Results 1 – 12 of 12) sorted by relevance
125 bool isOne() const { return Quantity == 1; } in isOne() function
48 static bool isOne(Use &Op) { in isOne() function
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC()254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5()
212 bool isOne() const { return Val.isOne(); } isOne() function
66 bool isOne(const Expr *E) { in isOne() function in __anon83eeef370111::WalkAST
545 bool isOne() const { in isOne() function
369 bool isOne() const { isOne() function
762 Value isOne = rewriter.create<spirv::IEqualOp>(loc, maskedSrc, mask); in matchAndRewrite() local
77 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anone2711ed90111::FAddendCoef
2074 static bool isOne(mlir::Attribute a) { return checkIsIntegerConstant(a, 1); } isOne() function
5171 auto isOne = [](int64_t v) { return v == 1; }; isValidShapeCast() local
448 bool SCEV::isOne() const { isOne() function in SCEV