Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h144 VPValue *createAnd(VPValue *LHS, VPValue *RHS, DebugLoc DL,
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h530 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2050 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstantForGV()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1192 Expr = MCBinaryExpr::createAnd( in parseInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2718 MCBinaryExpr::createAnd( in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2619 OffsetLo->setVariableValue(MCBinaryExpr::createAnd(Offset, Mask, MCCtx)); in insertIndirectBranch()