Searched refs:getBinOpAbsorber (Results 1 – 3 of 3) sorted by relevance
968 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
1806 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
2239 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr