Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp50 auto VF4Ty = m->getVectorType(FloatTy, 4); in TEST() local
51 auto ArrTy = m->getRuntimeArrayType(VF4Ty); in TEST()
64 auto ArrTy2 = m->getRuntimeArrayType(VF4Ty); in TEST()
146 auto VF4PtrTy = m->getPointerType(StorageClass::Function, VF4Ty); in TEST()
150 auto Value = b.MakeLoad(VF4Ty, Ptr); in TEST()
156 auto ConstOneVF4 = m->getConstantComposite(VF4Ty, ConstOneF, ConstOneF, in TEST()
158 auto Result = b.MakeFSub(VF4Ty, ConstOneVF4, Value); in TEST()