Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp341 ConstantInt *ConstantRHS = dyn_cast<ConstantInt>(RHS); in verifyTripCount() local
342 if (ConstantRHS) { in verifyTripCount()
359 Value *NewRHS = ConstantInt::get(ConstantRHS->getContext(), in verifyTripCount()
360 ConstantRHS->getValue() + 1); in verifyTripCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2420 auto ConstantRHS = dyn_cast<ConstantSDNode>(RHS.getNode()); in LowerShift() local
2421 if (ConstantRHS && ConstantRHS->getAPIntValue() == MaskBits) in LowerShift()