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.h244 IntrinsicType, enumerator
500 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
46 IntrinsicType Type;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4244 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
4246 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()