Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1122 static bool isCopyCompatibleType(LLT SrcTy, LLT DstTy) { in isCopyCompatibleType() function
1143 if (isCopyCompatibleType(RegTy, LocTy)) { in assignValueToReg()