Searched refs:IntrinsicType (Results 1 – 6 of 6) sorted by relevance
661 enum IntrinsicType { RUNTIME, INLINE }; in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum666 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
31 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange(); in Reduce()
1399 Type *IntrinsicType[] = { CI.getType() }; in visitFPTrunc() local1401 CI.getModule(), II->getIntrinsicID(), IntrinsicType); in visitFPTrunc()
22 enum IntrinsicType : uint16_t { enum44 IntrinsicType Type;
2789 enum IntrinsicType { VCMPEQ, VCMPGT }; enum2791 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()