HomeSort by relevance Sort by last modified time
    Searched refs:IntegerTyID (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/
Type.h 64 IntegerTyID, ///< 10: Arbitrary bit width integers
73 FirstDerivedTyID = IntegerTyID
180 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
240 getTypeID() == IntegerTyID || getTypeID() == PointerTyID ||
259 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
DerivedTypes.h 40 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
89 return T->getTypeID() == IntegerTyID;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 66 case Type::IntegerTyID:
116 case Type::IntegerTyID:
136 case Type::IntegerTyID:
227 case Type::IntegerTyID:
Execution.cpp 113 case Type::IntegerTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 537 case Type::IntegerTyID:
664 case Type::IntegerTyID:
703 case Type::IntegerTyID:
804 case Type::IntegerTyID:
861 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 182 case Type::IntegerTyID: {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 452 case Type::IntegerTyID: {
508 case Type::IntegerTyID:
  /external/llvm/lib/Target/
TargetData.cpp 478 case Type::IntegerTyID:
535 case Type::IntegerTyID:
  /external/llvm/lib/VMCore/
ValueTypes.cpp 204 case Type::IntegerTyID:
Type.cpp 143 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth();
AsmWriter.cpp 200 case Type::IntegerTyID:
    [all...]
Constants.cpp 92 case Type::IntegerTyID:
    [all...]
Core.cpp 155 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 90 case Type::IntegerTyID:
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 220 case Type::IntegerTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 181 case Type::IntegerTyID:
348 case Type::IntegerTyID: {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 279 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 333 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 272 case Type::IntegerTyID:
    [all...]

Completed in 819 milliseconds