Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h528 Instruction *narrowMaskedBinOp(BinaryOperator &And);
DInstCombineAndOrXor.cpp1361 Instruction *InstCombiner::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() function in InstCombiner
1543 if (Instruction *Z = narrowMaskedBinOp(I)) in visitAnd()