Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp8691 BlockMask = Builder.createOr(BlockMask, EdgeMask); in createBlockInMask()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h588 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2633 case Instruction::Or: return MCBinaryExpr::createOr (LHS, RHS, Ctx); in lowerConstant()