HomeSort by: relevance | last modified time | path
    Searched defs:getTypeID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 166 unsigned getTypeID(Type *T) const {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 73 static char getTypeID(Type *Ty) {
74 switch (Ty->getTypeID()) {
105 ExtName += getTypeID(FT->getReturnType());
107 ExtName += getTypeID(T);
124 switch (Ty->getTypeID()) {
145 switch (Ty->getTypeID()) {
233 if (RetTy->getTypeID() != Type::VoidTyID)
236 switch (RetTy->getTypeID()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 136 TypeID getTypeID() const { return ID; }
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
142 bool isHalfTy() const { return getTypeID() == HalfTyID; }
145 bool isBFloatTy() const { return getTypeID() == BFloatTyID; }
148 bool isFloatTy() const { return getTypeID() == FloatTyID; }
151 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
154 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
157 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
160 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
164 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID |
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsResource.h 103 uint16_t getTypeID() const { return TypeID; }

Completed in 18 milliseconds