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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 34 llvm::Type *IntTy, *SizeTy;
52 IntTy = Types.ConvertType(Ctx.IntTy);
65 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
74 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
109 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0);
CodeGenModule.h 110 llvm::IntegerType *IntTy;
    [all...]
CGBuiltin.cpp 678 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType());
679 assert((IntTy->getBitWidth() == 32 || IntTy->getBitWidth() == 64) &&
681 Value *F = CGM.getIntrinsic(IntTy->getBitWidth() == 32
    [all...]
CGObjCGNU.cpp 145 llvm::IntegerType *IntTy;
630 PtrTy, PtrTy, IntTy, IMPTy, NULL);
    [all...]
CGObjCMac.cpp 161 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
  /external/llvm/lib/VMCore/
ValueTypes.cpp 24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
25 return getVectorVT(Context, IntTy, getVectorNumElements());
AutoUpgrade.cpp 184 Type *IntTy = IntegerType::get(C, 128);
189 PointerType::getUnqual(IntTy),
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 449 MVT IntTy = MVT::getIntegerVT(BitWidth);
450 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 491 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 485 milliseconds