Searched defs:IsOne (Results 1 – 11 of 11) sorted by relevance
61 bool IsOne() override { return v_ == true; } in IsOne() function100 bool IsOne() override { return v_ == 1; } in IsOne() function234 bool IsOne() override { return v_ == 1; } in IsOne() function262 bool IsOne() override { return v_ == 1; } in IsOne() function290 bool IsOne() override { return v_ == 1; } in IsOne() function325 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
88 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
73 inline bool IsOne() { return count_.load(std::memory_order_acquire) == 1; } in IsOne() function
133 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