Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h768 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
857 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
903 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h398 MachineOperand &getLHS() { return getOperand(2); } in getLHS() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp66 const Expr *getLHS() const { return LHS; } in getLHS() function in __anon0c0fec810111::LogicalBinOp
1540 NormalizedConstraint &NormalizedConstraint::getLHS() const { in getLHS() function in NormalizedConstraint
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h443 LHSTYPE getLHS() const { return LHS; } in getLHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h317 const SCEV *getLHS() const { return Operands[0]; } getLHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h635 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h968 Init *getLHS() const { return LHS; } in getLHS() function
1038 Init *getLHS() const { return LHS; } in getLHS() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2703 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2704 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3909 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4237 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4624 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
H A DExprCXX.h332 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function
4873 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } in getLHS() function