Searched defs:getInt128Ty (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp171 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } function in class:Type
245 case 128: return cast<IntegerType>(Type::getInt128Ty(C));
/external/llvm/include/llvm/IR/
H A DIRBuilder.h340 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } function in class:llvm::IRBuilderBase

Completed in 110 milliseconds