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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 121 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
122 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 194 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
195 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 84 milliseconds