Home
last modified time | relevance | path

Searched refs:Cond1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1-emit.cpp22 long& get(bool Cond1, bool Cond2) { in get() argument
26 return Cond1? X<long>::member1 in get()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp119 const Expr *Cond1 = I->getCond(); in VisitIfStmt() local
123 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt()
124 SourceRange Sr = Cond1->getSourceRange(); in VisitIfStmt()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2267 SDValue Cond1 = N->getOperand(0); in WidenVecRes_SELECT() local
2268 EVT CondVT = Cond1.getValueType(); in WidenVecRes_SELECT()
2274 Cond1 = GetWidenedVector(Cond1); in WidenVecRes_SELECT()
2287 if (Cond1.getValueType() != CondWidenVT) in WidenVecRes_SELECT()
2288 Cond1 = ModifyToType(Cond1, CondWidenVT); in WidenVecRes_SELECT()
2295 WidenVT, Cond1, InOp1, InOp2); in WidenVecRes_SELECT()
/external/llvm/lib/CodeGen/
DIfConversion.cpp1311 SmallVector<MachineOperand, 4> *Cond1 = &BBI.BrCond; in IfConvertDiamond() local
1324 std::swap(Cond1, Cond2); in IfConvertDiamond()
1452 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, &RedefsByFalse); in IfConvertDiamond()