Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h285 bool IsRHSConstant) { in getSafeVectorConstantForBinop() argument
289 auto *SafeC = ConstantExpr::getBinOpIdentity(Opcode, EltTy, IsRHSConstant); in getSafeVectorConstantForBinop()
293 if (IsRHSConstant) { in getSafeVectorConstantForBinop()