Searched +defs:i +defs:NT (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/SemaCXX/ |
D | nullptr.cpp | 31 uintptr_t i = nullptr; // expected-error {{cannot initialize}} in f() local 81 typedef T<nullptr, nullptr, nullptr, nullptr> NT; typedef
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 306 for (User::op_iterator i = I->op_begin(), e = I->op_end(); i != e; ++i) in DominatesMergePoint() local 504 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i) in GetValueEqualityComparisonCases() local 542 for (unsigned i = 0, e = V2->size(); i != e; ++i) in ValuesOverlap() local 623 for (unsigned i = 0, e = PredCases.size(); i != e; ++i) in SimplifyEqualityComparisonWithOnlyPredecessor() local 640 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) { in SimplifyEqualityComparisonWithOnlyPredecessor() local 664 for (unsigned i = 0, e = PredCases.size(); i != e; ++i) in SimplifyEqualityComparisonWithOnlyPredecessor() local 675 for (unsigned i = 0, e = ThisCases.size(); i != e; ++i) in SimplifyEqualityComparisonWithOnlyPredecessor() local 741 for (unsigned i = 1, e = MD->getNumOperands(); i < e; ++i) { in GetBranchWeights() local 828 for (unsigned i = 0, e = PredCases.size(); i != e; ++i) in FoldValueComparisonIntoPredecessors() local 855 for (unsigned i = 0, e = BBCases.size(); i != e; ++i) in FoldValueComparisonIntoPredecessors() local [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 264 for (unsigned i = 0; i != NumParts; ++i) in getCopyFromPartsVector() local 273 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector() local 444 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts() local 490 for (unsigned i = 0, e = ValueVT.getVectorNumElements(); i != e; ++i) in getCopyToPartsVector() local 495 for (unsigned i = ValueVT.getVectorNumElements(), in getCopyToPartsVector() local 545 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector() local 561 for (unsigned i = 0; i != NumParts; ++i) in getCopyToPartsVector() local 569 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector() local 621 for (unsigned i = 0; i != NumRegs; ++i) in RegsForValue() local 686 for (unsigned i = 0; i != NumRegs; ++i) { in getCopyFromRegs() local [all …]
|