Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h320 Instruction *narrowMaskedBinOp(BinaryOperator &And);
DInstCombineAndOrXor.cpp1650 Instruction *InstCombinerImpl::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() function in InstCombinerImpl
1868 if (Instruction *Z = narrowMaskedBinOp(I)) in visitAnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h605 Instruction *narrowMaskedBinOp(BinaryOperator &And);
DInstCombineAndOrXor.cpp1681 Instruction *InstCombiner::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() function in InstCombiner
1867 if (Instruction *Z = narrowMaskedBinOp(I)) in visitAnd()