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

References

unittests/IR/ValueHandleTest.cpp
   27       : ConstantV(ConstantInt::get(Type::getInt32Ty(Context), 0)),
   28         BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(Context))) {}
   44   EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType());
   45   EXPECT_EQ(Type::getInt32Ty(Context), (*WVH).getType());
   62   EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType());
   63   EXPECT_EQ(Type::getInt32Ty(Context), (*WVH).getType());
  217   EXPECT_EQ(Type::getInt32Ty(Context), CVH->getType());
  218   EXPECT_EQ(Type::getInt32Ty(Context), (*CVH).getType());
  340   RecoveringVH RVH(Context);
  341   RVH = RecoveringVH(Context, BitcastV.get());
  343       RVH, Constant::getNullValue(Type::getInt32Ty(Context))));
  346   EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(Context)),
  348   EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(Context)),
  514   BitcastV.reset(new BitCastInst(ConstantV, Type::getInt32Ty(Context)));
  533     BitcastV.reset(new BitCastInst(ConstantV, Type::getInt32Ty(Context)));