Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h1035 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1836 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp2320 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber() function in ConstantExpr