Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h306 bool IsRHSConstant) { in getSafeVectorConstantForBinop() argument
310 auto *SafeC = ConstantExpr::getBinOpIdentity(Opcode, EltTy, IsRHSConstant); in getSafeVectorConstantForBinop()
314 if (IsRHSConstant) { in getSafeVectorConstantForBinop()