Searched defs:IsOne (Results 1 – 11 of 11) sorted by relevance
94 bool IsOne() override { return v_ == true; } in IsOne() function149 bool IsOne() override { return v_ == 1; } in IsOne() function346 bool IsOne() override { return v_ == 1; } in IsOne() function387 bool IsOne() override { return v_ == 1; } in IsOne() function427 bool IsOne() override { return v_ == 1; } in IsOne() function486 bool IsOne() override { return fabs(v_ - 1.0) <= FLT_EPSILON; } in IsOne() function
46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
37 bool IsOne() override { return v_ == static_cast<::ge::DataType>(1); } in IsOne() function
133 inline bool IsOne() { in IsOne() function
190 inline bool IsOne() { in IsOne() function
1313 bool IsOne, in applyUniqueRetValOpt()1338 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
536 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32() local
3087 bool IsOne = isOneConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand() local
4942 SDValue IsOne = DAG.getSetCC(dl, VT, N1, One, ISD::SETEQ); in BuildUDIV() local
3851 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike() local
4362 bool IsOne = cast<SCEVConstant>(Res.getValue())->getValue()->isOne(); in visitUnknown() local