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

References

unittests/IR/IRBuilderTest.cpp
  403   F = Builder.CreateLoad(GV->getValueType(), GV);
  404   F = Builder.CreateFAdd(F, F);
  404   F = Builder.CreateFAdd(F, F);
  404   F = Builder.CreateFAdd(F, F);
  407   ASSERT_TRUE(isa<Instruction>(F));
  408   FAdd = cast<Instruction>(F);
  415   F = Builder.CreateFAdd(F, F);
  415   F = Builder.CreateFAdd(F, F);
  415   F = Builder.CreateFAdd(F, F);
  417   ASSERT_TRUE(isa<Instruction>(F));
  418   FAdd = cast<Instruction>(F);
  441   F = Builder.CreateFAdd(F, F);
  441   F = Builder.CreateFAdd(F, F);
  441   F = Builder.CreateFAdd(F, F);
  444   ASSERT_TRUE(isa<Instruction>(F));
  445   FAdd = cast<Instruction>(F);
  450   F = Builder.CreateBinOp(Instruction::FAdd, F, F);
  450   F = Builder.CreateBinOp(Instruction::FAdd, F, F);
  450   F = Builder.CreateBinOp(Instruction::FAdd, F, F);
  452   ASSERT_TRUE(isa<Instruction>(F));
  453   FAdd = cast<Instruction>(F);
  457   F = Builder.CreateFDiv(F, F);
  457   F = Builder.CreateFDiv(F, F);
  457   F = Builder.CreateFDiv(F, F);
  459   ASSERT_TRUE(isa<Instruction>(F));
  460   FDiv = cast<Instruction>(F);
  466   F = Builder.CreateFDiv(F, F);
  466   F = Builder.CreateFDiv(F, F);
  466   F = Builder.CreateFDiv(F, F);
  467   ASSERT_TRUE(isa<Instruction>(F));
  468   FDiv = cast<Instruction>(F);
  476   F = Builder.CreateFDiv(F, F);
  476   F = Builder.CreateFDiv(F, F);
  476   F = Builder.CreateFDiv(F, F);
  479   ASSERT_TRUE(isa<Instruction>(F));
  480   FDiv = cast<Instruction>(F);
  485   FC = Builder.CreateFCmpOEQ(F, F);
  485   FC = Builder.CreateFCmpOEQ(F, F);
  494   FC = Builder.CreateFCmpOEQ(F, F);
  494   FC = Builder.CreateFCmpOEQ(F, F);
  504   FC = Builder.CreateFAdd(F, F);
  504   FC = Builder.CreateFAdd(F, F);
  513   FC = Builder.CreateFAdd(F, F);
  513   FC = Builder.CreateFAdd(F, F);
  524   F = Builder.CreateFMul(F, F);
  524   F = Builder.CreateFMul(F, F);
  524   F = Builder.CreateFMul(F, F);
  525   FAdd = cast<Instruction>(F);
  534   F = Builder.CreateFMul(F, F);
  534   F = Builder.CreateFMul(F, F);
  534   F = Builder.CreateFMul(F, F);
  535   FAdd = cast<Instruction>(F);
  571   F = Builder.CreateFDiv(F, F);
  571   F = Builder.CreateFDiv(F, F);
  571   F = Builder.CreateFDiv(F, F);
  572   ASSERT_TRUE(isa<Instruction>(F));
  573   FDiv = cast<Instruction>(F);