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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 1989 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition());
1993 if (PreCond->getOperand(0) != Var)
1997 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1));
2000 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 745 Expr *PreCond;
811 NumIterations != nullptr && PreCond != nullptr &&
823 PreCond = nullptr;

Completed in 35 milliseconds