Searched refs:AllConstant (Results 1 – 2 of 2) sorted by relevance
124 bool AllConstant = all_of(seq(NumElements), [&](int Idx) {127 if (AllConstant) {
1089 bool AllConstant = true; in setBasicExpressionInfo() local1101 AllConstant = AllConstant && isa<Constant>(Operand); in setBasicExpressionInfo()1105 return AllConstant; in setBasicExpressionInfo()1190 bool AllConstant = setBasicExpressionInfo(I, E); in createExpression() local1246 } else if (AllConstant) { in createExpression()