Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h144 VPValue *createAnd(VPValue *LHS, VPValue *RHS, DebugLoc DL,
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h530 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2055 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstantForGV()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1183 Expr = MCBinaryExpr::createAnd( in parseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2493 OffsetLo->setVariableValue(MCBinaryExpr::createAnd(Offset, Mask, MCCtx)); in insertIndirectBranch()