reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7012 if (BinOp && (BinOp->getOpcode() == Instruction::And) && 7012 if (BinOp && (BinOp->getOpcode() == Instruction::And) && 7014 return sinkAndCmp0Expression(BinOp, *TLI, InsertedInsts); 7017 if (BinOp && (BinOp->getOpcode() == Instruction::AShr || 7017 if (BinOp && (BinOp->getOpcode() == Instruction::AShr || 7018 BinOp->getOpcode() == Instruction::LShr)) { 7019 ConstantInt *CI = dyn_cast<ConstantInt>(BinOp->getOperand(1)); 7021 if (OptimizeExtractBits(BinOp, CI, *TLI, *DL))