Searched defs:ldBool (Results 1 – 3 of 3) sorted by relevance
77 auto *ldBool = implG_->iGetInput(inst, 0); in IsEliminatableIfInst() local231 auto *ldBool = implG_->iGetInput(ifInst, 0); // 0: ldtrue or ldfalse in DeleteUnreachableBranch() local265 AbckitInst *ldBool = vh_.GraphInstsFindIf(graph, [&](AbckitInst *inst) { in LoweringConstants() local283 …auto *ldBool = ldBoolVal == isBoolVal ? dynG_->iCreateLdtrue(graph) : dynG_->iCreateLdfalse(graph); in LoweringConstants() local
360 AbckitInst *ldBool = GraphInstsFindIf(graph, [&](AbckitInst *inst) { in LoweringConstants() local378 …auto *ldBool = ldBoolVal == isBoolVal ? g_dynG->iCreateLdtrue(graph) : g_dynG->iCreateLdfalse(grap… in LoweringConstants() local402 auto *ldBool = g_implG->iGetInput(inst, 0); in IsEliminatableIfInst() local414 auto *ldBool = g_implG->iGetInput(ifInst, 0); // 0: ldtrue or ldfalse in DeleteUnreachableBranch() local
325 …auto ldBool = ldBoolVal == isBoolVal ? graph.DynIsa().CreateLdtrue() : graph.DynIsa().CreateLdfals… in LoweringConstantsSinglePass() local351 auto ldBool = inst.GetInput(0); in IsEliminatableIfInst() local363 auto ldBool = ifInst.GetInput(0); // 0: ldtrue or ldfalse in DeleteUnreachableBranch() local