Searched defs:getTargetTrue (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.h384 bool isUnconditional() const { return getTargetTrue() == nullptr; }
389 CfgNode *getTargetTrue() const { return TargetTrue; } function in class:Ice::InstBr
H A DIceInstARM32.h1140 const CfgNode *getTargetTrue() const { return TargetTrue; } function in class:Ice::ARM32::InstARM32Br
1147 if (getTargetTrue())
H A DIceInstMIPS32.h843 const CfgNode *getTargetTrue() const { return TargetTrue; } function in class:Ice::MIPS32::InstMIPS32Br
H A DIceInstX86Base.h414 const CfgNode *getTargetTrue() const { return TargetTrue; } function in class:Ice::X86NAMESPACE::InstImpl::final
422 if (getTargetTrue())

Completed in 202 milliseconds