HomeSort by relevance Sort by last modified time
    Searched refs:IntegerType (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 966 ResultTy = IntegerType::get(Context, Record[0])
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 176 /// Value is known to have IntegerType and it may already be sign or zero
543 isa<IntegerType>(MemsetType->getParamType(2)))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 511 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1);
519 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(A->getType()) + 1);
527 IntegerType::get(SE.getContext(),
724 AccessTy.MemTy = PointerType::get(IntegerType::get(PTy->getContext(), 1),
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 511 llvm::IntegerType *I32Ty = llvm::Type::getInt32Ty(*Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 235 if (!isa<llvm::IntegerType>(LastElt->getType())) {
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 115 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
116 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits);
    [all...]
CodeGenFunction.cpp 599 llvm::IntegerType::get(Context, 32),
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 155 if (isa<IntegerType>(DstTy))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 925 if (C->getValue().getActiveBits() <= cast<IntegerType>(Ty)->getBitWidth())
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 422 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 870 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 437 IntegerType *OffsetTy = ((VT == MVT::i32) ? Type::getInt32Ty(*Context)
    [all...]

Completed in 2071 milliseconds

1 2 3 4 56 7