Searched refs:Int8Type (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 171 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemCpyLoopUnknownSize() local 172 bool LoopOpIsInt8 = LoopOpType == Int8Type; in createMemCpyLoopUnknownSize() 232 ResBuilder.CreateBitCast(SrcAddr, PointerType::get(Int8Type, SrcAS)); in createMemCpyLoopUnknownSize() 234 ResBuilder.CreateBitCast(DstAddr, PointerType::get(Int8Type, DstAS)); in createMemCpyLoopUnknownSize() 237 ResBuilder.CreateInBoundsGEP(Int8Type, SrcAsInt8, FullOffset); in createMemCpyLoopUnknownSize() 240 ResBuilder.CreateInBoundsGEP(Int8Type, DstAsInt8, FullOffset); in createMemCpyLoopUnknownSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir_test.go | 156 st_pointer := cont.StructType([]Type{cont.Int32Type(), cont.Int8Type()}, false) 164 if st_inner[1] != cont.Int8Type() {
|
D | ir.go | 508 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return } func 518 func Int8Type() (t Type) { t.C = C.LLVMInt8Type(); return } func
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 481 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return } func 491 func Int8Type() (t Type) { t.C = C.LLVMInt8Type(); return } func
|