Searched defs:NewXor (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineAndOrXor.cpp | 3405 Value *NewXor = Builder.CreateXor(X, Y); foldAndOrOfICmps() local |
H A D | InstCombineSimplifyDemanded.cpp | 363 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); SimplifyDemandedUseBits() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 13734 if (SDValue NewXor = visitXOR(N0.getNode())) { visitSIGN_EXTEND() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 55826 SDValue NewXor = DAG.getNode(ISD::XOR, SDLoc(Op1), VT, Op1.getOperand(0), combineSub() local |