OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPtrEquivIntTy
(Results
1 - 3
of
3
) sorted by null
/art/compiler/llvm/
ir_builder.h
203
::llvm::IntegerType*
getPtrEquivIntTy
() {
216
return ::llvm::ConstantInt::get(
getPtrEquivIntTy
(), i);
222
::llvm::Value* base_int = CreatePtrToInt(base,
getPtrEquivIntTy
());
runtime_support_builder.cc
265
Value* target_addr_int = irb_.CreatePtrToInt(target_addr, irb_.
getPtrEquivIntTy
());
gbc_expander.cc
676
frame_address = irb_.CreatePtrToInt(frame_address, irb_.
getPtrEquivIntTy
());
681
irb_.
getPtrEquivIntTy
(),
[
all
...]
Completed in 23 milliseconds