Searched refs:tested (Results 1 – 4 of 4) sorted by relevance
10 Assertions are tested in groups which correspond to the individual compiler12 header which specifies the output group it should be tested against. The group
48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
363 static bool HasVectorRestrictions(uint64_t restrictions, uint64_t tested) { in HasVectorRestrictions() argument364 return (restrictions & tested) != 0; in HasVectorRestrictions()