Home
last modified time | relevance | path

Searched refs:createAnd (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h134 VPValue *createAnd(VPValue *LHS, VPValue *RHS) { in createAnd() function
H A DLoopVectorize.cpp6344 EdgeMask = Builder.createAnd(EdgeMask, SrcMask); in createEdgeMask()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h466 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2210 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstant()
2259 case Instruction::And: return MCBinaryExpr::createAnd(LHS, RHS, Ctx); in lowerConstant()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2112 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstantForGV()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1183 Expr = MCBinaryExpr::createAnd( in parseInstruction()