Lines Matching refs:createStore
3056 builder.createStore(result, operands[0]); in visitAggregate()
3235 builder.createStore(trueValue, result); in visitSelection()
3238 builder.createStore(falseValue, result); in visitSelection()
3266 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
3274 … builder.createStore(accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()), result); in visitSelection()
4986 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
7926 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7931 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
7932 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7941 builder.createStore(member1, operands[1]); in createMiscOperation()
7944 … builder.createStore(builder.createCompositeExtract(id, frexpIntType, 1), operands[1]); in createMiscOperation()