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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1051 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1856 if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2615 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { function in class:ConstantExpr

Completed in 162 milliseconds