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

References

unittests/Analysis/ValueLatticeTest.cpp
   28   ValueLatticeTest() : M("", Context) {}
   32   auto I32Ty = IntegerType::get(Context, 32);
   40   auto FloatTy = Type::getFloatTy(Context);
   47   auto I32Ty = IntegerType::get(Context, 32);
   91   auto *I32Ty = IntegerType::get(Context, 32);
   92   auto *I1Ty = IntegerType::get(Context, 1);
  136   auto *FloatTy = IntegerType::getFloatTy(Context);
  137   auto *I1Ty = IntegerType::get(Context, 1);
  162   auto *I32Ty = IntegerType::get(Context, 32);
  163   auto *I1Ty = IntegerType::get(Context, 1);
  175   auto *FloatTy = IntegerType::getFloatTy(Context);