Home
last modified time | relevance | path

Searched refs:XValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper.cpp100 Instruction *XValue = nullptr; in AddWrapper() local
117 XValue = b.MakeCompositeExtract(UIntTy, IID, {0}); in AddWrapper()
118 Blk->addInstruction(XValue); in AddWrapper()
162 Index = b.MakeIAdd(UIntTy, NumCellsFromYZ, XValue); in AddWrapper()
190 inputs.push_back(XValue); in AddWrapper()
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp113 auto XValue = b.MakeCompositeExtract(UIntTy, IID, {0}); in TEST() local
114 Blk->addInstruction(XValue); in TEST()
141 auto Index = b.MakeIAdd(UIntTy, OffsetY, XValue); in TEST()