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

  /external/llvm/include/llvm/IR/
Type.h 66 IntegerTyID, ///< 10: Arbitrary bit width integers
75 FirstDerivedTyID = IntegerTyID
194 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
259 getTypeID() == IntegerTyID || getTypeID() == PointerTyID ||
278 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
DerivedTypes.h 41 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 538 case Type::IntegerTyID:
667 case Type::IntegerTyID:
706 case Type::IntegerTyID:
812 case Type::IntegerTyID:
869 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 244 case Type::IntegerTyID:
269 case Type::IntegerTyID:
DataLayout.cpp 529 case Type::IntegerTyID:
591 case Type::IntegerTyID:
Type.cpp 126 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth();
AsmWriter.cpp 225 case Type::IntegerTyID:
    [all...]
Constants.cpp 116 case Type::IntegerTyID:
    [all...]
Core.cpp 181 case Type::IntegerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 247 case Type::IntegerTyID: {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 457 case Type::IntegerTyID: {
513 case Type::IntegerTyID:
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 220 case Type::IntegerTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 182 case Type::IntegerTyID:
369 case Type::IntegerTyID: {
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 313 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 319 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 259 case Type::IntegerTyID:
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 269 case Type::IntegerTyID:
    [all...]

Completed in 452 milliseconds