Home
last modified time | relevance | path

Searched defs:NeonIntrinsicInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp4561 struct NeonIntrinsicInfo { struct
4562 const char *NameHint;
4563 unsigned BuiltinID;
4564 unsigned LLVMIntrinsic;
4565 unsigned AltLLVMIntrinsic;
4566 unsigned TypeModifier;
4568 bool operator<(unsigned RHSBuiltinID) const { in operator <()
4571 bool operator<(const NeonIntrinsicInfo &TE) const { in operator <()