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

References

lib/Target/PowerPC/PPCBoolRetToInt.cpp
  246       if (!BoolToIntMap.count(V))
  247         BoolToIntMap[V] = translate(V);
  251     for (auto &Pair : BoolToIntMap) {
  259           Second->setOperand(i, BoolToIntMap[First->getOperand(i)]);
  262     Value *IntRetVal = BoolToIntMap[U];