Searched refs:En (Results 1 – 9 of 9) sorted by relevance
3 enum En { enum9 enum En B;11 enum En D;
54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() argument
45 enum En { A, B, C }; enum46 template <En how> void foo() { in foo()
428 const MachineTraceMetrics::Ensemble &En) {429 En.print(OS);
541 enum En { en }; enum542 template<En> struct A {
1663 for (auto En : enumerate(ReductionInfos)) { in createReductions() local1664 unsigned Index = En.index(); in createReductions()1665 const ReductionInfo &RI = En.value(); in createReductions()1722 for (auto En : enumerate(ReductionInfos)) { in createReductions() local1723 const ReductionInfo &RI = En.value(); in createReductions()1726 "red.value." + Twine(En.index())); in createReductions()1729 "red.private.value." + Twine(En.index())); in createReductions()1769 for (auto En : enumerate(ReductionInfos)) { in createReductions() local1770 const ReductionInfo &RI = En.value(); in createReductions()1772 RedArrayTy, LHSArrayPtr, 0, En.index()); in createReductions()[all …]
626 ConstantInt *En = cast<ConstantInt>(II.getArgOperand(1)); in instCombineIntrinsic() local627 unsigned EnBits = En->getZExtValue(); in instCombineIntrinsic()
1082 unsigned En = MI->getOperand(EnIdx).getImm(); in printExpSrcN() local1090 if (En & (1 << N)) in printExpSrcN()
5516 UnionEntry &En = Unions[Parent]; in CheckRedundantUnionInit() local5517 if (En.first && En.first != Child) { in CheckRedundantUnionInit()5522 S.Diag(En.second->getSourceLocation(), diag::note_previous_initializer) in CheckRedundantUnionInit()5523 << 0 << En.second->getSourceRange(); in CheckRedundantUnionInit()5526 if (!En.first) { in CheckRedundantUnionInit()5527 En.first = Child; in CheckRedundantUnionInit()5528 En.second = Init; in CheckRedundantUnionInit()