HomeSort by relevance Sort by last modified time
    Searched defs:getTargetTrue (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.h 391 bool isUnconditional() const { return getTargetTrue() == nullptr; }
396 CfgNode *getTargetTrue() const { return TargetTrue; }
    [all...]
IceInstARM32.h     [all...]
IceInstMIPS32.h 843 const CfgNode *getTargetTrue() const { return TargetTrue; }
    [all...]
IceInstX86Base.h 414 const CfgNode *getTargetTrue() const { return TargetTrue; }
422 if (getTargetTrue())
    [all...]

Completed in 172 milliseconds