HomeSort by relevance Sort by last modified time
    Searched defs:IntTy (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 143 Type *IntTy = IntegerType::get(C, 128);
148 PointerType::getUnqual(IntTy),
  /external/clang/lib/CodeGen/
CodeGenModule.h 108 llvm::IntegerType *IntTy;
CGBuiltin.cpp 683 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType());
684 assert((IntTy->getBitWidth() == 32 || IntTy->getBitWidth() == 64) &&
686 Value *F = CGM.getIntrinsic(IntTy->getBitWidth() == 32
    [all...]
CGObjCGNU.cpp 146 llvm::IntegerType *IntTy;
611 PtrTy, PtrTy, IntTy, IMPTy, NULL);
672 IntTy = cast<llvm::IntegerType>(
673 Types.ConvertType(CGM.getContext().IntTy));
    [all...]
CGObjCMac.cpp 161 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 453 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 4008 milliseconds