Searched refs:InvariantCond (Results 1 – 4 of 4) sorted by relevance
79 bool InvariantCond = in VPInstructionsToVPRecipes() local82 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()
977 bool InvariantCond; variable982 bool InvariantCond) in VPWidenSelectRecipe() argument985 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
463 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()476 InvariantCond ? State.get(getOperand(0), VPIteration(0, 0)) : nullptr; in execute()
8537 bool InvariantCond = in tryToCreateWidenRecipe() local8540 *SI, make_range(Operands.begin(), Operands.end()), InvariantCond)); in tryToCreateWidenRecipe()