Searched refs:getBinOpIdentity (Results 1 – 3 of 3) sorted by relevance
601 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree()1805 if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) { in OptimizeExpression()
962 static Constant *getBinOpIdentity(unsigned Opcode, Type *Ty);
2220 Constant *ConstantExpr::getBinOpIdentity(unsigned Opcode, Type *Ty) { in getBinOpIdentity() function in ConstantExpr