HomeSort by relevance Sort by last modified time
    Searched defs:Intrinsic (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Intrinsics.h 1 //===-- llvm/Instrinsics.h - LLVM Intrinsic Function Handling ---*- C++ -*-===//
10 // This file defines a set of enums which allow processing of intrinsic
31 /// Intrinsic Namespace - This namespace contains an enum with a value for
32 /// every intrinsic/builtin function known by LLVM. These enum values are
35 namespace Intrinsic {
39 // Get the intrinsic enums generated from Intrinsics.td
46 /// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
50 /// Intrinsic::getType(ID) - Return the function type for an intrinsic
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 39 Intrinsic, MinIntrinsic,
225 bool isLegacyIntrinsic() const { return type() == Intrinsic || type() == MinIntrinsic; }

Completed in 807 milliseconds