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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 40 Int128Ty(C, 128) {
Type.cpp 235 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; }
LLVMContextImpl.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 127 return getTBAAInfo(Context.Int128Ty);
CGBuiltin.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 121 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
122 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /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/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 215 milliseconds