Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h549 bool translateInsertVector(const User &U, MachineIRBuilder &MIRBuilder);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2616 return translateInsertVector(CI, MIRBuilder); in translateKnownIntrinsic()
3186 bool IRTranslator::translateInsertVector(const User &U, in translateInsertVector() function in IRTranslator