Lines Matching refs:createStore
3149 builder.createStore(result, operands[0]); in visitAggregate()
3329 builder.createStore(trueValue, result); in visitSelection()
3332 builder.createStore(falseValue, result); in visitSelection()
3360 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
3368 … builder.createStore(accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()), result); in visitSelection()
5172 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
8118 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8123 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
8124 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8133 builder.createStore(member1, operands[1]); in createMiscOperation()
8136 … builder.createStore(builder.createCompositeExtract(id, frexpIntType, 1), operands[1]); in createMiscOperation()