Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp362 Intrinsic::ID RedID = *VPI.getFunctionalIntrinsicID(); in expandPredicationInReduction() local
363 unsigned Opc = getArithmeticReductionInstruction(RedID); in expandPredicationInReduction()
365 Reduction = Builder.CreateUnaryIntrinsic(RedID, RedOp); in expandPredicationInReduction()
378 Intrinsic::ID RedID = *VPI.getFunctionalIntrinsicID(); in expandPredicationInReduction() local
379 Intrinsic::ID ScalarID = getMinMaxReductionIntrinsicOp(RedID); in expandPredicationInReduction()
380 Reduction = Builder.CreateUnaryIntrinsic(RedID, RedOp); in expandPredicationInReduction()