Lines Matching defs:valueOperands
1150 SmallVector<Value> valueOperands;
1151 map = foldAttributesIntoMap(b, map, operands, valueOperands);
1152 composeAffineMapAndOperands(&map, &valueOperands);
1154 return b.create<AffineApplyOp>(loc, map, valueOperands);
1258 SmallVector<Value> valueOperands;
1259 map = foldAttributesIntoMap(b, map, operands, valueOperands);
1260 composeMultiResultAffineMap(map, valueOperands);
1261 return b.create<OpTy>(loc, b.getIndexType(), map, valueOperands);
4078 SmallVector<Value> valueOperands;
4079 if (parser.resolveOperands(list, indexType, valueOperands))
4081 for (Value operand : valueOperands) {