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.h1175 bool AllowRHSConstant = false,
1184 bool AllowRHSConstant = false, bool NSZ = false);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2654 bool AllowRHSConstant, bool NSZ) { in getBinOpIdentity() argument
2678 if (!AllowRHSConstant) in getBinOpIdentity()
2716 bool AllowRHSConstant, bool NSZ) { in getIdentity() argument
2718 return getBinOpIdentity(I->getOpcode(), Ty, AllowRHSConstant, NSZ); in getIdentity()