HomeSort by: relevance | last modified time | path
    Searched defs:IfCond (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
AsmCond.h 25 IfCond, // inside if conditional
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1568 const Expr *IfCond = nullptr;
1572 IfCond = C->getCondition();
1586 CapturedVars, IfCond);
1692 llvm::Value *IfCond = nullptr;
1694 IfCond = EmitScalarExpr(C->getCondition(),
1745 IfCond, NumThreads, ProcBind, S.hasCancel()));
2448 const Expr *IfCond = nullptr;
2454 IfCond = C->getCondition();
2459 if (IfCond) {
2460 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
2715 if (!IfCond ||
2717 isa<ConstantInt>(IfCond))
2780 IsBinOpOrAnd(PN->getIncomingValue(1)) || IsBinOpOrAnd(IfCond)) &&
2821 LLVM_DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond
2847 Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", InsertPt);

Completed in 36 milliseconds