HomeSort by: relevance | last modified time | path
    Searched refs:createOr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanPredicator.cpp 99 VPValue *Or = Builder.createOr(LHS, RHS);
LoopVectorizationPlanner.h 144 VPValue *createOr(VPValue *LHS, VPValue *RHS) {
LoopVectorize.cpp 8592 BlockMask = Builder.createOr(BlockMask, EdgeMask);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCExpr.h 588 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2608 case Instruction::Or: return MCBinaryExpr::createOr (LHS, RHS, Ctx);

Completed in 69 milliseconds