Searched defs:num_vregs_value (Results 1 - 1 of 1) sorted by path

/art/compiler/llvm/
H A Dgbc_expander.cc303 void Expand_AllocaShadowFrame(llvm::Value* num_vregs_value);
1334 void GBCExpanderPass::Expand_AllocaShadowFrame(llvm::Value* num_vregs_value) { argument
1338 llvm::cast<llvm::ConstantInt>(num_vregs_value)->getZExtValue();

Completed in 42 milliseconds