Home
last modified time | relevance | path

Searched defs:Int8Type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp169 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemCpyLoopUnknownSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go546 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return } func
556 func Int8Type() (t Type) { t.C = C.LLVMInt8Type(); return } func