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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  308   if (isa<Constant>(U.getOperand(0)) &&
  309       U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) {
  309       U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) {
  310     Register Op1 = getOrCreateVReg(*U.getOperand(1));
  311     Register Res = getOrCreateVReg(U);
  313     if (isa<Instruction>(U)) {
  314       const Instruction &I = cast<Instruction>(U);
  321   return translateBinaryOp(TargetOpcode::G_FSUB, U, MIRBuilder);