Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2753 auto getUndefOrConstantElt = [&](SDValue V, unsigned Index, in getKnownUndefForVectorBinop() local
2778 SDValue C0 = getUndefOrConstantElt(BO.getOperand(0), i, UndefOp0); in getKnownUndefForVectorBinop()
2779 SDValue C1 = getUndefOrConstantElt(BO.getOperand(1), i, UndefOp1); in getKnownUndefForVectorBinop()