Searched defs:PtrCompare (Results 1 – 3 of 3) sorted by relevance
147 struct PtrCompare { struct148 bool operator()(const StringAtom& a, const StringAtom& b) const noexcept { in operator()
108 struct PtrCompare { struct110 return StringAtom::PtrCompare()(a.value_, b.value_); in operator() argument
303 ICmpInst *PtrCompare = new ICmpInst(InsertBefore, ICmpInst::ICMP_ULT, in createMemMoveLoop() local