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