Home
last modified time | relevance | path

Searched refs:getBinOpIdentity (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp601 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree()
1805 if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) { in OptimizeExpression()
/external/llvm/include/llvm/IR/
DConstants.h962 static Constant *getBinOpIdentity(unsigned Opcode, Type *Ty);
/external/llvm/lib/IR/
DConstants.cpp2220 Constant *ConstantExpr::getBinOpIdentity(unsigned Opcode, Type *Ty) { in getBinOpIdentity() function in ConstantExpr