Searched refs:getIdentity (Results 1 – 5 of 5) sorted by relevance
44 static ShuffleMask getIdentity(unsigned Sz) { in getIdentity() function
1299 auto getIdentity = [&]() { in createSimpleReduction() local1324 return Builder.CreateFAddReduce(getIdentity(), Src); in createSimpleReduction()1326 return Builder.CreateFMulReduce(getIdentity(), Src); in createSimpleReduction()
599 ConstantExpr::getIdentity(AccRecInstr, AccRecInstr->getType()); in insertAccumulator()
1210 LLVM_ABI static Constant *getIdentity(Instruction *I, Type *Ty,
2737 Constant *ConstantExpr::getIdentity(Instruction *I, Type *Ty, in getIdentity() function in ConstantExpr