Searched refs:IsCompatible (Results 1 – 2 of 2) sorted by relevance
225 constexpr bool IsCompatible(const ArgInfo* arguments) { in IsCompatible() function278 constexpr bool IsCompatible() { in IsCompatible() function284 return IsCompatible<MachineInsn, sizeof...(Args)>(arguments); in IsCompatible()295 static_assert(IsCompatible<Instruction, Args...>(), "Incompatible intrinsic embedding"); in EmbedAsmInstruction()
1237 func IsCompatible(typе Type, host_arch, guest_arch Arch) bool { func