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

References

lib/IR/ConstantFold.cpp
  527     if (opc == Instruction::ZExt || opc == Instruction::SExt ||
  527     if (opc == Instruction::ZExt || opc == Instruction::SExt ||
  528         opc == Instruction::UIToFP || opc == Instruction::SIToFP)
  528         opc == Instruction::UIToFP || opc == Instruction::SIToFP)
  534       opc != Instruction::AddrSpaceCast)
  542       if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
  547                opc != Instruction::AddrSpaceCast &&
  582       res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
  589   switch (opc) {
  614       APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI);
  687       apf.convertFromAPInt(api, opc==Instruction::SIToFP,