Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1105 bool AllowRHSConstant = false,
1114 bool AllowRHSConstant = false, bool NSZ = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2515 bool AllowRHSConstant, bool NSZ) { in getBinOpIdentity() argument
2539 if (!AllowRHSConstant) in getBinOpIdentity()
2577 bool AllowRHSConstant, bool NSZ) { in getIdentity() argument
2579 return getBinOpIdentity(I->getOpcode(), Ty, AllowRHSConstant, NSZ); in getIdentity()