Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp31 Type *FloatType; member in __anon9838a53d0111::R600TextureIntrinsicsReplacer
215 FloatType = Type::getFloatTy(Ctx); in doInitialization()
217 V4f32Type = VectorType::get(FloatType, 4); in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go504 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
510 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2506 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and