Searched refs:getBinOpAbsorber (Results 1 – 4 of 4) sorted by relevance
1190 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
1920 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
2724 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr
1956 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, Res->getType()); in simplifyAndOrWithICmpEq()4409 ConstantExpr::getBinOpAbsorber(Opcode, I->getType()); in simplifyWithOpReplaced()