Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1091 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1950 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2846 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr