Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRefactoringTest.cpp82 Replacement Replace1(createReplacement(Location1, 12, "x\ny\n")); in TEST_F() local
83 EXPECT_TRUE(Replace1.apply(Context.Rewrite)); in TEST_F()
105 Replacement Replace1(Context.Sources, SourceLocation(), 0, ""); in TEST_F() local
106 EXPECT_TRUE(Replace1.getFilePath().empty()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1205 bool Replace1 = false; in PromoteIntBinOp() local
1207 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp()
1216 Replace1 &= (N0 != N1) && !N1->hasOneUse(); in PromoteIntBinOp()
1223 if (Replace0 && Replace1 && N0.getNode()->isPredecessorOf(N1.getNode())) { in PromoteIntBinOp()
1232 if (Replace1) { in PromoteIntBinOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1053 bool Replace1 = false; in PromoteIntBinOp() local
1059 NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp()
1070 if (Replace1) in PromoteIntBinOp()