Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3294 SDValue NewSubOp = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
3296 DemandedSubOps.push_back(NewSubOp ? NewSubOp : SubOp); in SimplifyDemandedVectorElts()
3297 FoundNewSub = NewSubOp ? true : FoundNewSub; in SimplifyDemandedVectorElts()