Searched refs:mapToVPValues (Results 1 – 3 of 3) sorted by relevance
78 GEP, Plan->mapToVPValues(GEP->operands()), OrigLoop); in VPInstructionsToVPRecipes()81 new VPWidenCallRecipe(*CI, Plan->mapToVPValues(CI->args()), in VPInstructionsToVPRecipes()87 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()90 new VPWidenRecipe(*Inst, Plan->mapToVPValues(Inst->operands())); in VPInstructionsToVPRecipes()
2345 mapToVPValues(User::op_range Operands) { in mapToVPValues() function
8510 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication()8929 auto OpRange = Plan->mapToVPValues(Instr->operands()); in buildVPlanWithVPRecipes()