reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
483 if (Inst->isCast()) 487 for (unsigned Idx = 0, E = Inst->getNumOperands(); Idx != E; ++Idx) { 492 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { 492 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { 493 collectConstantCandidates(ConstCandMap, Inst, Idx);