Searched defs:IsOne (Results 1 – 14 of 14) sorted by relevance
46 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
81 inline bool IsOne() { in IsOne() function
119 inline bool IsOne() { in IsOne() function
154 inline bool IsOne() { in IsOne() function
144 inline bool IsOne() { in IsOne() function
463 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
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