Searched defs:visitAnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h486 void visitAnd (const User &I) { visitBinary(I, ISD::AND); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp10 // This file implements the visitAnd, visitOr, and visitXor functions.
1017 Instruction *InstCombiner::visitAnd(BinaryOperator &I) { function in class:InstCombiner

Completed in 58 milliseconds