Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16113 SDValue InValRHS = InVal->getOperand(1); in performINSERT_VECTOR_ELTCombine()
16117 if (!isa<ConstantSDNode>(InValRHS) && !isa<ConstantFPSDNode>(InValRHS)) in performINSERT_VECTOR_ELTCombine()
16126 InVecRHS, InValRHS, EltNo); in performINSERT_VECTOR_ELTCombine()
16110 SDValue InValRHS = InVal->getOperand(1); performINSERT_VECTOR_ELTCombine() local