Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
/external/v8/src/runtime/
Druntime.h734 enum IntrinsicType { RUNTIME, INLINE }; in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1399 Type *IntrinsicType[] = { CI.getType() }; in visitFPTrunc() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2789 enum IntrinsicType { VCMPEQ, VCMPGT }; enum