Home
last modified time | relevance | path

Searched defs:getLHS (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h130 NormalizedConstraint &getLHS() const { getLHS() function
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h155 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h175 ExprAST *getLHS() { return lhs.get(); } in getLHS() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h398 MachineOperand &getLHS() { return getOperand(2); } in getLHS() function
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h764 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } getLHS() function
862 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } getLHS() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h443 LHSTYPE getLHS() const { return LHS; } getLHS() function
/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h316 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h635 const MCExpr *getLHS() const { return LHS; } getLHS() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h968 Init *getLHS() const { return LHS; } getLHS() function
1038 Init *getLHS() const { return LHS; } getLHS() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h2698 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } getLHS() function
2699 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } getLHS() function
3894 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } getLHS() function
4218 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } getLHS() function
4605 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } getLHS() function
[all...]
H A DExprCXX.h332 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function
4872 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } getLHS() function
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp338 AffineExpr AffineBinaryOpExpr::getLHS() const { getLHS() function in AffineBinaryOpExpr
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp66 const Expr *getLHS() const { return LHS; } getLHS() function in __anon112831140111::LogicalBinOp
[all...]