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

/external/v8/src/runtime/
H A Druntime.h1028 enum IntrinsicType { RUNTIME, INLINE }; enum in class:v8::internal::Runtime
1033 IntrinsicType intrinsic_type;
/external/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h19 enum IntrinsicType { enum in namespace:llvm
39 IntrinsicType Type;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1399 Type *IntrinsicType[] = { CI.getType() }; local
1401 CI.getModule(), II->getIntrinsicID(), IntrinsicType);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2802 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
2804 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT,

Completed in 166 milliseconds