Searched refs:Op0AsInstruction (Results 1 – 2 of 2) sorted by relevance
6145 Instruction *Op0AsInstruction = dyn_cast<Instruction>(I->getOperand(0)); in getInstructionCost() local6146 if (canTruncateToMinimalBitwidth(Op0AsInstruction, VF)) in getInstructionCost()6147 ValTy = IntegerType::get(ValTy->getContext(), MinBWs[Op0AsInstruction]); in getInstructionCost()
5910 Instruction *Op0AsInstruction = dyn_cast<Instruction>(I->getOperand(0)); in getInstructionCost() local5911 auto It = MinBWs.find(Op0AsInstruction); in getInstructionCost()