Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h110 Value *OptimizeXor(Instruction *I,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1410 Value *ReassociatePass::OptimizeXor(Instruction *I, in OptimizeXor() function in ReassociatePass
1969 if (Value *Result = OptimizeXor(I, Ops)) in OptimizeExpression()