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

  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 513 // NoDefinitions has to be initialized after we've had a chance to set the
517 if (NoDefinitions == nullptr) {
519 NoDefinitions = &NoDefinitionsInstance;
521 return *NoDefinitions;
541 const InstDefList *VariablesMetadata::NoDefinitions = nullptr;
IceOperand.h     [all...]

Completed in 543 milliseconds