Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h138 VPValue *createOr(VPValue *LHS, VPValue *RHS) { in createOr() function
H A DLoopVectorize.cpp6384 BlockMask = Builder.createOr(BlockMask, EdgeMask); in createBlockInMask()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h526 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2260 case Instruction::Or: return MCBinaryExpr::createOr (LHS, RHS, Ctx); in lowerConstant()