Searched refs:visitOr (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombine.h130 Instruction *visitOr (BinaryOperator &I);
H A DInstCombineAndOrXor.cpp10 // This file implements the visitAnd, visitOr, and visitXor functions.
1753 Instruction *InstCombiner::visitOr(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h259 Instruction *visitOr(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp10 // This file implements the visitAnd, visitOr, and visitXor functions.
2122 Instruction *InstCombiner::visitOr(BinaryOperator &I) { function in class:InstCombiner
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h491 void visitOr (const User &I) { visitBinary(I, ISD::OR); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h842 void visitOr (const User &I) { visitBinary(I, ISD::OR); } function in class:llvm::SelectionDAGBuilder
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py530 def visitOr(self, node): member in class:CodeGenerator
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1447 void visitOr(BinaryOperator &I) { function in struct:__anon14673::MemorySanitizerVisitor

Completed in 285 milliseconds