Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h201 llvm::Value* PointerCast(Args&&... args) { in PointerCast() function
/external/llvm/unittests/IR/
DConstantsTest.cpp130 TEST(ConstantsTest, PointerCast) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc610 PointerCast(destination_addresses[i], b_.getInt8PtrTy()); in HandleSort()
2313 PointerCast(GetEmittedValueFor(operand), i8_ptr_type); in HandleCustomCall()
2326 {PointerCast(operands_alloca, i8_ptr_type), in HandleCustomCall()
2349 PointerCast(GetEmittedValueFor(custom_call), i8_ptr_type); in HandleCustomCall()
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp129 TEST(ConstantsTest, PointerCast) { in TEST() argument