Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DNeonEmitter.cpp846 const bool IsVMulOrMulh = (NameRef.count("vmul") || NameRef.count("mulh")) in IsSpecialLaneMultiply() local
849 return (IsVMulOrMulh || IsVMull) && HasLanePostfix; in IsSpecialLaneMultiply()