Searched refs:AsDependenceDistance (Results 1 – 12 of 12) sorted by relevance
1195 if (constraint_0->AsDependenceDistance() && in IntersectConstraints()1196 constraint_1->AsDependenceDistance()) { in IntersectConstraints()1197 auto dist_0 = constraint_0->AsDependenceDistance(); in IntersectConstraints()1198 auto dist_1 = constraint_1->AsDependenceDistance(); in IntersectConstraints()1221 if ((constraint_0->AsDependenceDistance() || in IntersectConstraints()1223 (constraint_1->AsDependenceDistance() || in IntersectConstraints()1225 auto is_distance_0 = constraint_0->AsDependenceDistance() != nullptr; in IntersectConstraints()1226 auto is_distance_1 = constraint_1->AsDependenceDistance() != nullptr; in IntersectConstraints()1236 constraint_0->AsDependenceDistance()->GetDistance())) in IntersectConstraints()1247 constraint_1->AsDependenceDistance()->GetDistance())) in IntersectConstraints()[all …]
493 is_distance ? AsDependenceDistance() : other.AsDependenceDistance(); in operator ==()512 if (AsDependenceDistance()) { in operator ==()513 return *AsDependenceDistance()->GetDistance() == in operator ==()514 *other.AsDependenceDistance()->GetDistance(); in operator ==()
227 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance() function228 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance() function
3674 auto ret_distance = ret_0->AsDependenceDistance(); in TEST()