HomeSort by relevance Sort by last modified time
    Searched refs:stateB (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp     [all...]
glsStateQueryUtil.hpp 403 void verifyIntegersEqual (tcu::ResultCollector& result, QueriedState& stateA, QueriedState& stateB);
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 685 static BDVState pureMeet(const BDVState &stateA, const BDVState &stateB) {
688 return stateB;
692 if (stateB.isUnknown())
695 if (stateB.isBase()) {
696 if (stateA.getBase() == stateB.getBase()) {
697 assert(stateA == stateB && "equality broken!");
702 assert(stateB.isConflict() && "only three states!");
    [all...]

Completed in 498 milliseconds