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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
119 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 152 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
153 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
  /external/clang/include/clang/AST/
ASTContext.h 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 229 milliseconds