Home
last modified time | relevance | path

Searched refs:Op1IsExtend (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14226 bool Op1IsExtend = in performFADDSUB_VLCombine() local
14233 if (Op1IsExtend && (Op1.getOperand(1) != Mask || Op1.getOperand(2) != VL)) in performFADDSUB_VLCombine()
14234 Op1IsExtend = false; in performFADDSUB_VLCombine()
14237 if (!Op1IsExtend) { in performFADDSUB_VLCombine()
14247 std::swap(Op0IsExtend, Op1IsExtend); in performFADDSUB_VLCombine()