Home
last modified time | relevance | path

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

/art/compiler/dex/portable/
Dmir_to_gbc.h162 void ConvertIntToFP(::llvm::Type* ty, RegLocation rl_dest, RegLocation rl_src);
Dmir_to_gbc.cc664 void MirConverter::ConvertIntToFP(::llvm::Type* ty, RegLocation rl_dest, in ConvertIntToFP() argument
667 irb_->CreateSIToFP(GetLLVMValue(rl_src.orig_sreg), ty); in ConvertIntToFP()