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

References

lib/IR/Verifier.cpp
 3238   Type *Op0Ty = FC.getOperand(0)->getType();
 3239   Type *Op1Ty = FC.getOperand(1)->getType();
 3241          "Both operands to FCmp instruction are not of the same type!", &FC);
 3244          "Invalid operand types for FCmp instruction", &FC);
 3246   Assert(FC.isFPPredicate(),
 3247          "Invalid predicate in FCmp instruction!", &FC);
 3249   visitInstruction(FC);