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

References

lib/Target/PowerPC/PPCFastISel.cpp
 2242   EVT CEVT = TLI.getValueType(DL, C->getType(), true);
 2248   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
 2250   else if (const GlobalValue *GV = dyn_cast<GlobalValue>(C))
 2252   else if (const ConstantInt *CI = dyn_cast<ConstantInt>(C))