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