Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp334 ConstantInt *ConstantRHS = dyn_cast<ConstantInt>(RHS); in verifyTripCount() local
335 if (ConstantRHS) { in verifyTripCount()
352 Value *NewRHS = ConstantInt::get(ConstantRHS->getContext(), in verifyTripCount()
353 ConstantRHS->getValue() + 1); in verifyTripCount()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2403 auto ConstantRHS = dyn_cast<ConstantSDNode>(RHS.getNode()); in LowerShift() local
2404 if (ConstantRHS && ConstantRHS->getAPIntValue() == MaskBits) in LowerShift()