Searched defs:NewXor (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp358 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); local
359 return InsertNewInstWith(NewXor, *I);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp398 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); local
399 return InsertNewInstWith(NewXor, *I);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp14181 SDValue NewXor = DAG.getNode(ISD::XOR, Op1.getDebugLoc(), VT, local
14184 return DAG.getNode(ISD::ADD, N->getDebugLoc(), VT, NewXor,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30798 SDValue NewXor = DAG.getNode(ISD::XOR, SDLoc(Op1), VT, local
[all...]

Completed in 671 milliseconds