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

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h3763 InstX86Label *LabelFalse = InstX86Label::create(Func, this); variable
3770 _br(Traits::TableIcmp64[Condition].C2, LabelFalse);
3773 Context.insert(LabelFalse);
3793 InstX86Label *LabelFalse = InstX86Label::create(Func, this); variable
3800 _br(Traits::TableIcmp64[Condition].C2, LabelFalse);
3803 Context.insert(LabelFalse);

Completed in 63 milliseconds