Home
last modified time | relevance | path

Searched defs:IsOne (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Datomic_ref_count.h46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1088 bool IsOne, in applyUniqueRetValOpt()
1113 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp463 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp405 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4333 bool IsOne = cast<SCEVConstant>(Res.getValue())->getValue()->isOne(); in visitUnknown() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3201 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike() local