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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1096 const bool IsVMulOrMulh = (NameRef.count("vmul") || NameRef.count("mulh")) local
1099 return (IsVMulOrMulh || IsVMull) && HasLanePostfix;

Completed in 54 milliseconds