Lines Matching defs:ofrOperands
798 SmallVector<OpFoldResult> ofrOperands;
799 ofrOperands.push_back(slice1.getMixedOffsets()[i]);
800 ofrOperands.push_back(slice1.getMixedSizes()[i]);
801 ofrOperands.push_back(slice1.getMixedStrides()[i]);
802 ofrOperands.push_back(slice2.getMixedOffsets()[i]);
805 foldAttributesIntoMap(b, map, ofrOperands, valueOperands);
815 SmallVector<OpFoldResult> ofrOperands;
816 ofrOperands.push_back(slice2.getMixedOffsets()[i]);
817 ofrOperands.push_back(slice2.getMixedSizes()[i]);
818 ofrOperands.push_back(slice2.getMixedStrides()[i]);
819 ofrOperands.push_back(slice1.getMixedOffsets()[i]);
822 foldAttributesIntoMap(b, map, ofrOperands, valueOperands);