Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41717 auto IsNegV = [](SDNode *N, SDValue V) { in combineLogicBlendIntoConditionalNegate() local
41723 if (IsNegV(Y.getNode(), X)) in combineLogicBlendIntoConditionalNegate()
41725 else if (IsNegV(X.getNode(), Y)) in combineLogicBlendIntoConditionalNegate()