Home
last modified time | relevance | path

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

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