Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5137 auto BuildSDIVPattern = [&](const Constant *C) { in buildSDivUsingMul() local
5165 bool Matched = matchUnaryPredicate(MRI, RHS, BuildSDIVPattern); in buildSDivUsingMul()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5778 auto BuildSDIVPattern = [&](ConstantSDNode *C) { in BuildExactSDIV() local
5798 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern)) in BuildExactSDIV()
5891 auto BuildSDIVPattern = [&](ConstantSDNode *C) { in BuildSDIV() local
5925 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern)) in BuildSDIV()