reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
425 static IntegerType *getInt128Ty(LLVMContext &C);
408 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); }
lib/CodeGen/ValueTypes.cpp 332 case MVT::v1i128: return VectorType::get(Type::getInt128Ty(Context), 1);
lib/IR/Core.cpp 562 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C));
lib/IR/Type.cpp 255 case 128: return cast<IntegerType>(Type::getInt128Ty(C));
tools/polly/lib/Exchange/JSONExporter.cpp 613 {"i128", Type::getInt128Ty(LLVMContext)}};
unittests/Analysis/ScalarEvolutionTest.cpp 718 Type *I128Ty = Type::getInt128Ty(Context);