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 69 IntegerTyID, ///< 10: Arbitrary bit width integers
193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
270 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
DerivedTypes.h 41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
89 return T->getTypeID() == IntegerTyID;
DataLayout.h 537 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 114 case Type::IntegerTyID: \
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 254 case Type::IntegerTyID:
279 case Type::IntegerTyID:
DataLayout.cpp 658 case Type::IntegerTyID:
Type.cpp 126 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth();
AsmWriter.cpp 208 case Type::IntegerTyID:
    [all...]
Constants.cpp 135 case Type::IntegerTyID:
    [all...]
Core.cpp 249 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 582 case Type::IntegerTyID:
738 case Type::IntegerTyID:
777 case Type::IntegerTyID:
883 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 305 case Type::IntegerTyID: {
361 case Type::IntegerTyID:
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 495 case Type::IntegerTyID: {
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 184 case Type::IntegerTyID:
377 case Type::IntegerTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 205 /// because of cmpType terms: FloatTyID < IntegerTyID.
210 /// TypeID: StructTyID > IntegerTyID > FloatTyID.
638 case Type::IntegerTyID:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 401 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 801 milliseconds