Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp739 Value *NewNegOp = Builder.CreateFNeg(VPI.getOperand(0), VPI.getName()); in expandPredication() local
740 replaceOperation(*NewNegOp, VPI); in expandPredication()
741 return NewNegOp; in expandPredication()