Searched refs:CanBeFlattened (Results 1 – 2 of 2) sorted by relevance
117 bool CanBeFlattened: 1; // isDirect() variable139 SRetAfterThis(false), InReg(false), CanBeFlattened(false),144 bool CanBeFlattened = true, unsigned Align = 0) {150 AI.setCanBeFlattened(CanBeFlattened);467 return CanBeFlattened; in getCanBeFlattened()472 CanBeFlattened = Flatten; in setCanBeFlattened()
1354 auto CanBeFlattened = [](Value *Op) { in lowerDotProduct() local1367 auto GetCostForArg = [this, &CanBeFlattened](Value *Op, unsigned N) { in lowerDotProduct()1377 if (!CanBeFlattened(Op)) { in lowerDotProduct()1458 auto FlattenArg = [&Builder, &FusedInsts, &CanBeFlattened, in lowerDotProduct()1463 if (!CanBeFlattened(Op)) in lowerDotProduct()