Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1202 bool AllowRHSConstant = false,
1211 bool AllowRHSConstant = false,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2676 bool AllowRHSConstant, bool NSZ) { in getBinOpIdentity() argument
2700 if (!AllowRHSConstant) in getBinOpIdentity()
2738 bool AllowRHSConstant, bool NSZ) { in getIdentity() argument
2740 return getBinOpIdentity(I->getOpcode(), Ty, AllowRHSConstant, NSZ); in getIdentity()