reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/CodeGen/LowLevelTypeTest.cpp
  172       const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
  172       const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
  190       EXPECT_EQ(AS, Ty.getAddressSpace());
  191       EXPECT_EQ(AS, VTy.getElementType().getAddressSpace());
  200       Type *IRTy = PointerType::get(IntegerType::get(C, 8), AS);
  203         VectorType::get(PointerType::get(IntegerType::get(C, 8), AS), NumElts);