Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc941 llvm::Type* GetPointerToElementType(llvm::Type* pointer_type) { in GetPointerToElementType() function
976 b->CreateBitCast(lhs, GetPointerToElementType(lhs_type)); in GetGemvBuffersWithCanonicalType()
978 b->CreateBitCast(rhs, GetPointerToElementType(rhs_type)); in GetGemvBuffersWithCanonicalType()
980 addend ? b->CreateBitCast(addend, GetPointerToElementType(addend_type)) in GetGemvBuffersWithCanonicalType()
983 b->CreateBitCast(result, GetPointerToElementType(result_type)); in GetGemvBuffersWithCanonicalType()