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

  /external/llvm/include/llvm/IR/
Type.h 68 IntegerTyID, ///< 10: Arbitrary bit width integers
77 FirstDerivedTyID = IntegerTyID
196 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
261 getTypeID() == IntegerTyID || getTypeID() == PointerTyID ||
280 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
DerivedTypes.h 41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
89 return T->getTypeID() == IntegerTyID;
DataLayout.h 463 case Type::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/IR/
ValueTypes.cpp 244 case Type::IntegerTyID:
269 case Type::IntegerTyID:
DataLayout.cpp 557 case Type::IntegerTyID:
Type.cpp 126 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth();
AsmWriter.cpp 203 case Type::IntegerTyID:
    [all...]
Constants.cpp 113 case Type::IntegerTyID:
    [all...]
Core.cpp 187 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 551 case Type::IntegerTyID:
689 case Type::IntegerTyID:
728 case Type::IntegerTyID:
834 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 457 case Type::IntegerTyID: {
513 case Type::IntegerTyID:
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 288 case Type::IntegerTyID: {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 80 return Type::IntegerTyID;
228 case Type::IntegerTyID:
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 182 case Type::IntegerTyID:
369 case Type::IntegerTyID: {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 396 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 323 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 263 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 269 case Type::IntegerTyID:
    [all...]

Completed in 298 milliseconds