reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6039 if (match(Op0, m_Instruction(LHSI)) && match(Op1, m_Constant(RHSC))) { 6040 switch (LHSI->getOpcode()) { 6045 if (LHSI->getParent() == I.getParent()) 6046 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) 6051 if (Instruction *NV = foldFCmpIntToFPConst(I, LHSI, RHSC)) 6055 if (Instruction *NV = foldFCmpReciprocalAndZero(I, LHSI, RHSC)) 6059 if (auto *GEP = dyn_cast<GetElementPtrInst>(LHSI->getOperand(0))) 6062 !cast<LoadInst>(LHSI)->isVolatile())