Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DidenticalGenericConditionalsWithInferRelated.symbols14 type Cond2 = X extends [infer A] ? A : never;
15 >Cond2 : Symbol(Cond2, Decl(identicalGenericConditionalsWithInferRelated.ts, 1, 49))
24 let y: Cond2 = null as any;
26 >Cond2 : Symbol(Cond2, Decl(identicalGenericConditionalsWithInferRelated.ts, 1, 49))
DidenticalGenericConditionalsWithInferRelated.types9 type Cond2 = X extends [infer A] ? A : never;
10 >Cond2 : X extends [infer A] ? A : never
17 let y: Cond2 = null as any;
DidenticalGenericConditionalsWithInferRelated.js4 type Cond2 = X extends [infer A] ? A : never;
7 let y: Cond2 = null as any;
/third_party/typescript/tests/cases/compiler/
DidenticalGenericConditionalsWithInferRelated.ts3 type Cond2 = X extends [infer A] ? A : never;
6 let y: Cond2 = null as any;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp108 auto Cond2 = createCond(BBBuilder, Arg, Cmp2, Val2); in createOrCond() local
110 return BBBuilder.CreateOr(Cond1, Cond2); in createOrCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1801 SmallVector<MachineOperand, 4> *Cond2 = &RevCond; in IfConvertDiamondCommon() local
1814 std::swap(Cond1, Cond2); in IfConvertDiamondCommon()
1999 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon()
DCodeGenPrepare.cpp7362 Value *Cond1, *Cond2; in splitBranchCondition() local
7364 m_OneUse(m_Value(Cond2))))) in splitBranchCondition()
7367 m_OneUse(m_Value(Cond2))))) in splitBranchCondition()
7373 !match(Cond2, m_CombineOr(m_Cmp(), m_BinOp())) ) in splitBranchCondition()
7396 auto *Br2 = IRBuilder<>(TmpBB).CreateCondBr(Cond2, TBB, FBB); in splitBranchCondition()
7397 if (auto *I = dyn_cast<Instruction>(Cond2)) { in splitBranchCondition()