Searched refs:ConstOne (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/rsov/compiler/ |
D | GlobalAllocSPIRITPass.cpp | 156 auto ConstOne = getModule()->getConstant(UInt32Ty, 1U); in transform() local 162 resultPtrType, mMetadata, {ConstZero, ConstZero, ConstOne}); in transform()
|
D | Wrapper.cpp | 127 auto ConstOne = m->getConstant(UIntTy, 1U); in AddWrapper() local 129 m->getConstantComposite(V3UIntTy, ConstOne, ConstOne, ConstOne); in AddWrapper()
|
/frameworks/rs/rsov/compiler/spirit/ |
D | builder_test.cpp | 85 auto ConstOne = m->getConstant(UIntTy, 1); in TEST() local 126 auto &GSizeX = ConstOne; in TEST()
|