Home
last modified time | relevance | path

Searched refs:createOr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp99 VPValue *Or = Builder.createOr(LHS, RHS); in genPredicateTree()
H A DLoopVectorizationPlanner.h144 VPValue *createOr(VPValue *LHS, VPValue *RHS) { in createOr() function
H A DLoopVectorize.cpp8592 BlockMask = Builder.createOr(BlockMask, EdgeMask); in createBlockInMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h588 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2608 case Instruction::Or: return MCBinaryExpr::createOr (LHS, RHS, Ctx); in lowerConstant()