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

/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp192 bool isPoly() const { return Kind == Poly; } function in class:__anon1195::Type
615 if (isPoly())
706 if (isPoly()) {
843 if (isPoly())
925 if (isPoly())
964 if (T.isPoly())
1011 if (RetT.isPoly())
1025 if (T.isPoly())
2249 if (T.isPoly())
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h200 bool isPoly() const { function in class:clang::NeonTypeFlags
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp7167 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int;
11186 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull;

Completed in 396 milliseconds