Searched defs:LHSCst (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 394 if (auto *LHSCst = dyn_cast<ConstantSDNode>(LHS)) matchBinaryPredicate() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CombinerHelper.cpp | 5367 const auto LHSCst = Ty.isVector() matchFsubToFneg() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 3605 if (const auto *LHSCst = dyn_cast<SCEVConstant>(Mul->getOperand(0))) { getUDivExactExpr() local |