Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1190 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1920 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2724 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1956 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, Res->getType()); in simplifyAndOrWithICmpEq()
4409 ConstantExpr::getBinOpAbsorber(Opcode, I->getType()); in simplifyWithOpReplaced()