Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h315 bool IsRHSConstant) { in getSafeVectorConstantForBinop() argument
319 auto *SafeC = ConstantExpr::getBinOpIdentity(Opcode, EltTy, IsRHSConstant); in getSafeVectorConstantForBinop()
323 if (IsRHSConstant) { in getSafeVectorConstantForBinop()