Searched refs:SingleUser (Results 1 – 2 of 2) sorted by relevance
1572 auto *SingleUser = cast<Instruction>(*I->user_begin()); in getCastInstrCost() local1573 SmallVector<const Value *, 4> Operands(SingleUser->operand_values()); in getCastInstrCost()1574 if (isWideningInstruction(Dst, SingleUser->getOpcode(), Operands)) { in getCastInstrCost()1577 if (I == SingleUser->getOperand(1)) in getCastInstrCost()1582 if (auto *Cast = dyn_cast<CastInst>(SingleUser->getOperand(1))) in getCastInstrCost()
915 auto *SingleUser = cast<Instruction>(*I->user_begin()); in supportedAddressingMode() local916 if (SingleUser->getParent() == I->getParent()) { in supportedAddressingMode()917 if (isa<ICmpInst>(SingleUser)) { in supportedAddressingMode()918 if (auto *C = dyn_cast<ConstantInt>(SingleUser->getOperand(1))) in supportedAddressingMode()923 } else if (isa<StoreInst>(SingleUser)) in supportedAddressingMode()