Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h316 bool IsRHSConstant) { in getSafeVectorConstantForBinop() argument
320 auto *SafeC = ConstantExpr::getBinOpIdentity(Opcode, EltTy, IsRHSConstant); in getSafeVectorConstantForBinop()
324 if (IsRHSConstant) { in getSafeVectorConstantForBinop()