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