Searched refs:CondBool (Results 1 – 1 of 1) sorted by relevance
977 auto *CondBool = Cond.toOperand()->asBoolean(); in Branch() local978 if (CondBool == nullptr) { in Branch()979 CondBool = makeVariable(IceType_i1); in Branch()980 Ctrl->appendInst(InstIcmp::create(Func, InstIcmp::Ne, CondBool, Cond, in Branch()984 Ctrl->appendInst(InstBr::create(Func, CondBool, *TrueNode, *FalseNode)); in Branch()