Lines Matching defs:ID
60 Intrinsic::ID ID = II->getIntrinsicID();
61 RecurKind RK = getMinMaxReductionRecurKind(ID);
69 switch (ID) {
77 unsigned RdxOpcode = getArithmeticReductionInstruction(ID);
107 if (ID == Intrinsic::vector_reduce_and) {
111 assert(ID == Intrinsic::vector_reduce_or && "Expected or reduction.");
116 unsigned RdxOpcode = getArithmeticReductionInstruction(ID);
131 unsigned RdxOpcode = getArithmeticReductionInstruction(ID);
144 unsigned RdxOpcode = getArithmeticReductionInstruction(ID);
158 static char ID;
159 ExpandReductions() : FunctionPass(ID) {
175 char ExpandReductions::ID;