Searched refs:SizeTy (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 979 SDValue Size, Type *SizeTy, unsigned ElemSz, 985 SDValue Size, Type *SizeTy, unsigned ElemSz, 991 Type *SizeTy, unsigned ElemSz, bool isTailCall,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2801 Type *SizeTy = II.getLength()->getType(); 2802 Constant *Size = ConstantInt::get(SizeTy, NewEndOffset - NewBeginOffset); 2973 Type *SizeTy = II.getLength()->getType(); 2974 Constant *Size = ConstantInt::get(SizeTy, NewEndOffset - NewBeginOffset);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6339 SDValue Size, Type *SizeTy, 6353 Entry.Ty = SizeTy; 6443 SDValue Size, Type *SizeTy, 6457 Entry.Ty = SizeTy; 6544 SDValue Value, SDValue Size, Type *SizeTy, 6558 Entry.Ty = SizeTy;
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 665 type SizeTy = usize; types 670 type SizeTy = u32; types 959 sid_ctx.len() as SizeTy, in set_session_id_context()
|
Completed in 22 milliseconds