Searched refs:visitXor (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h141 Instruction *visitXor(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp10 // This file implements the visitAnd, visitOr, and visitXor functions.
2112 Instruction *InstCombiner::visitXor(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp82 void visitXor(BinaryOperator &I);
474 void Lint::visitXor(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h486 void visitXor (const User &I) { visitBinary(I, ISD::XOR); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1142 void visitXor(BinaryOperator &I) { handleShadowOr(I); } function in struct:__anon22547::MemorySanitizerVisitor

Completed in 467 milliseconds