Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h929 static Constant *getBinOpIdentity(unsigned Opcode, Type *Ty);
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp737 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree()
1903 if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) { in OptimizeExpression()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2316 Constant *ConstantExpr::getBinOpIdentity(unsigned Opcode, Type *Ty) { in getBinOpIdentity() function in ConstantExpr