Home
last modified time | relevance | path

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

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