Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir_test.go153 st_pointer := cont.StructType([]Type{cont.Int32Type(), cont.Int8Type()}, false)
161 if st_inner[1] != cont.Int8Type() {
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
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp223 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemCpyLoopUnknownSize() local
224 bool LoopOpIsInt8 = LoopOpType == Int8Type; in createMemCpyLoopUnknownSize()
266 : Int8Type; in createMemCpyLoopUnknownSize()