Searched refs:inPlaceVector (Results 1 – 1 of 1) sorted by relevance
81 SmallVector<StringRef> inPlaceVector; in setInPlaceOpOperand() local83 inPlaceVector = SmallVector<StringRef>( in setInPlaceOpOperand()86 inPlaceVector = SmallVector<StringRef>(op->getNumOperands(), "none"); in setInPlaceOpOperand()89 inPlaceVector[opOperand.getOperandNumber()] = "false"; in setInPlaceOpOperand()92 inPlaceVector[opOperand.getOperandNumber()] = inPlace ? "true" : "false"; in setInPlaceOpOperand()94 OpBuilder(op).getStrArrayAttr(inPlaceVector)); in setInPlaceOpOperand()