Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h259 IntrinsicType, enumerator
586 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
590 return N->kind() == NodeKind::IntrinsicType; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
84 IntrinsicType Type;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4863 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
4865 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()