Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h968 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1806 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType())) in OptimizeExpression()
/external/llvm/lib/IR/
DConstants.cpp2239 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr