Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDTailRecursionElimination.cpp581 ConstantExpr::getIdentity(AccRecInstr, AccRecInstr->getType()); in insertAccumulator()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h1183 static Constant *getIdentity(Instruction *I, Type *Ty,
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2715 Constant *ConstantExpr::getIdentity(Instruction *I, Type *Ty, in getIdentity() function in ConstantExpr