Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h244 IntrinsicType, enumerator
502 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
45 IntrinsicType Type;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3947 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
3949 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()