Searched refs:V4f32Type (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp33 Type *V4f32Type; member in class:__anon10847::R600TextureIntrinsicsReplacer
217 V4f32Type = VectorType::get(FloatType, 4);
220 V4f32Type,
231 TexSign = FunctionType::get(V4f32Type, ArgsType, /*isVarArg=*/false);
244 TexQSign = FunctionType::get(V4f32Type, ArgsQType, /*isVarArg=*/false);

Completed in 49 milliseconds