Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h441 bool translateInsertValue(const User &U, MachineIRBuilder &MIRBuilder);
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1489 bool IRTranslator::translateInsertValue(const User &U, in translateInsertValue() function in IRTranslator