Searched refs:getBinOpAbsorber (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 729 if (C2 == ConstantExpr::getBinOpAbsorber(Opcode, C2->getType(), in ConstantFoldBinaryInstruction() 846 if (C1 == ConstantExpr::getBinOpAbsorber(Opcode, C1->getType(), in ConstantFoldBinaryInstruction()
|
| H A D | Constants.cpp | 2746 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty, in getBinOpAbsorber() function in ConstantExpr
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1220 LLVM_ABI static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1921 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1911 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, Res->getType()); in simplifyAndOrWithICmpEq() 4407 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, I->getType()); in simplifyWithOpsReplaced()
|