Home
last modified time | relevance | path

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

/external/v8/src/
Druntime.h781 enum IntrinsicType { enum
790 IntrinsicType intrinsic_type;
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h19 enum IntrinsicType { enum
31 IntrinsicType Type;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1320 Type *IntrinsicType[] = { CI.getType() }; in visitFPTrunc() local
1323 II->getIntrinsicID(), IntrinsicType); in visitFPTrunc()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2797 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
2799 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()