Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/
DNeonEmitter.cpp1096 const bool IsVMulOrMulh = (NameRef.count("vmul") || NameRef.count("mulh")) in IsSpecialLaneMultiply() local
1099 return (IsVMulOrMulh || IsVMull) && HasLanePostfix; in IsSpecialLaneMultiply()