Searched refs:ZExtOp (Results 1 – 2 of 2) sorted by relevance
1064 unsigned ZExtOp[] = {RISCV::VZEXT_VF2, RISCV::VZEXT_VF4, RISCV::VZEXT_VF8}; in getCastInstrCost() local1066 (ISD == ISD::SIGN_EXTEND) ? SExtOp[PowDiff - 1] : ZExtOp[PowDiff - 1]; in getCastInstrCost()
16004 Value *ZExtOp = cast<Instruction>(Op)->getOperand(0); in shouldSinkVScale() local16005 Ops.push_back(&cast<Instruction>(ZExtOp)->getOperandUse(0)); in shouldSinkVScale()