Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp729 if (C2 == ConstantExpr::getBinOpAbsorber(Opcode, C2->getType(), in ConstantFoldBinaryInstruction()
846 if (C1 == ConstantExpr::getBinOpAbsorber(Opcode, C1->getType(), in ConstantFoldBinaryInstruction()
H A DConstants.cpp2746 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty, in getBinOpAbsorber() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1220 LLVM_ABI static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1921 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1911 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, Res->getType()); in simplifyAndOrWithICmpEq()
4407 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, I->getType()); in simplifyWithOpsReplaced()