Searched defs:IsOne (Results 1 – 6 of 6) sorted by relevance
46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
1088 bool IsOne, in applyUniqueRetValOpt()1113 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
463 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
405 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32() local
4333 bool IsOne = cast<SCEVConstant>(Res.getValue())->getValue()->isOne(); in visitUnknown() local
3201 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike() local