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

References

lib/Transforms/Utils/SimplifyCFG.cpp
 4646   if (SelectInst *Select = dyn_cast<SelectInst>(I)) {
 4658   for (unsigned N = 0, E = I->getNumOperands(); N != E; ++N) {
 4659     if (Constant *A = LookupConstant(I->getOperand(N), ConstantPool))
 4665   if (CmpInst *Cmp = dyn_cast<CmpInst>(I)) {
 4670   return ConstantFoldInstOperands(I, COps, DL);