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

Declarations

lib/IR/ConstantFold.h
   46   Constant *ConstantFoldUnaryInstruction(unsigned Opcode, Constant *V);

References

lib/IR/Constants.cpp
 1855   if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C))