Searched refs:getLHS (Results 51 - 75 of 150) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp179 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1181 Visit(CS->getLHS());
1271 extendRegion(E->getLHS());
1272 propagateCounts(getRegion().getCounter(), E->getLHS());
1273 handleFileExit(getEnd(E->getLHS()));
1280 extendRegion(E->getLHS());
1281 propagateCounts(getRegion().getCounter(), E->getLHS());
1282 handleFileExit(getEnd(E->getLHS()));
H A DCGExprScalar.cpp140 QualType LHSType = BinOp->getLHS()->getType();
194 auto OptionalLHSTy = getUnwidenedIntegerType(Ctx, BO->getLHS());
739 BO->getLHS()->getType().getCanonicalType());
1591 CGF.EmitCheckTypeDescriptor(BO->getLHS()->getType()));
2959 Result.LHS = Visit(E->getLHS());
2972 QualType LHSTy = E->getLHS()->getType();
2986 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
3094 E->getLHS());
3132 !IsWidenedIntegerOp(CGF.getContext(), BO->getLHS()) &&
3327 Expr *pointerOperand = expr->getLHS();
[all...]
H A DCodeGenFunction.cpp1484 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1497 return EmitBranchOnBoolExpr(CondBOp->getLHS(), TrueBlock, FalseBlock,
1511 EmitBranchOnBoolExpr(CondBOp->getLHS(), LHSTrue, FalseBlock, RHSCount);
1530 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1543 return EmitBranchOnBoolExpr(CondBOp->getLHS(), TrueBlock, FalseBlock,
1560 EmitBranchOnBoolExpr(CondBOp->getLHS(), TrueBlock, LHSFalse, LHSCount);
1614 EmitBranchOnBoolExpr(CondOp->getLHS(), TrueBlock, FalseBlock,
H A DCodeGenPGO.cpp703 Visit(E->getLHS());
715 Visit(E->getLHS());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp148 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
571 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc());
939 Expr *Lo = CS->getLHS();
1006 Expr *PrevCase = CaseVals[i-1].second->getLHS()->IgnoreParenCasts();
1007 Expr *CurrCase = CaseVals[i].second->getLHS()->IgnoreParenCasts();
1018 Diag(CaseVals[i].second->getLHS()->getBeginLoc(),
1022 Diag(CaseVals[i].second->getLHS()->getBeginLoc(),
1028 Diag(CaseVals[i - 1].second->getLHS()->getBeginLoc(),
1065 Diag(CR->getLHS()->getBeginLoc(), diag::warn_case_empty_range)
1066 << SourceRange(CR->getLHS()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp680 check(BO->getLHS());
684 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
H A DPointerArithChecker.cpp323 const Expr *Lhs = BOp->getLHS();
H A DIteratorModeling.cpp270 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
275 handlePtrIncrOrDecr(C, BO->getLHS(),
779 return assumeNoOverflow(NewState, cast<SymIntExpr>(CompSym)->getLHS(), 2);
H A DCheckObjCDealloc.cpp427 NullSymbol = SIE->getLHS();
429 const llvm::APInt &LHS = SIE->getLHS();
H A DCheckSecuritySyntaxOnly.cpp237 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
294 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp331 Expr *LHS = B->getLHS()->IgnoreParens();
530 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {
H A DConsumed.cpp705 InfoEntry LEntry = findInfo(BinOp->getLHS()),
732 forwardInfo(BinOp->getLHS(), BinOp);
1256 PInfo = Visitor.getInfo(BinOp->getLHS());
1258 if ((BinOp = dyn_cast_or_null<BinaryOperator>(BinOp->getLHS()))) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp504 return VisitBinaryOperator(inferAs(Sym->getLHS(), ResultType),
639 SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub, SSE->getLHS(), T);
677 const SymExpr *LHS = SSE->getLHS();
1034 if (Loc::isLocType(SSE->getLHS()->getType())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp124 Expr = BinaryExpr->getLHS();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h386 getSymExpr(Solver, Ctx, SIE->getLHS(), &LTy, hasComparison);
396 std::tie(NewLInt, LTy) = fixAPSInt(Ctx, ISE->getLHS());
406 getSymExpr(Solver, Ctx, SSM->getLHS(), &LTy, hasComparison);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2123 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS()) ||
2124 isa<NVPTXGenericMCSymbolRefExpr>(BE.getLHS())) {
2125 printMCExpr(*BE.getLHS(), OS);
2128 printMCExpr(*BE.getLHS(), OS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp658 getRelevantLoop(D->getLHS()), getRelevantLoop(D->getRHS()), SE.DT);
869 Value *LHS = expandCodeFor(S->getLHS(), Ty);
2199 Worklist.emplace_back(UDivExpr->getLHS());
2220 Worklist.insert(Worklist.end(), {UDivExpr->getLHS(), UDivExpr->getRHS()});
2347 Value *Expr0 = expandCodeFor(Pred->getLHS(), Pred->getLHS()->getType(), IP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp76 int64_t LHSVal = EvaluateCRExpr(BE->getLHS());
717 BinExpr->getLHS(), Ctx);
1310 const MCExpr *LHS = ExtractModifierFromExpr(BE->getLHS(), LHSVariant);
1316 if (!LHS) LHS = BE->getLHS();
1375 const MCExpr *LHS = FixupVariantKind(BE->getLHS());
1377 if (LHS == BE->getLHS() && RHS == BE->getRHS())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4458 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) {
4466 return HandleMemberPointerAccess(Info, BO->getLHS()->getType(), LV,
4712 APSInt LHS = CS->getLHS()->EvaluateKnownConstInt(Info.Ctx);
7072 VisitIgnoredValue(E->getLHS());
8029 if (!this->Visit(CAO->getLHS())) {
8040 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(),
8050 if (!this->Visit(E->getLHS())) {
8060 !HandleUnionActiveMemberChange(Info, E->getLHS(), Result))
8063 return handleAssignment(this->Info, E, Result, E->getLHS()->getType(),
8292 const Expr *PExp = E->getLHS();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2635 /// - getLHS() and getRHS() present the syntactic view. e.g. for
2636 /// 4[A] getLHS() returns "4".
2641 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } function in class:clang::final::final
2642 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::final::final
2649 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); }
2650 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); }
2652 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); }
2653 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); }
2656 return getLHS()->getBeginLoc();
3693 Expr *getLHS() cons function in class:clang::final::BinaryOperator
4016 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::final::ConditionalOperator
4403 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::final::ChooseExpr
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
H A DTransProperties.cpp294 Expr *lhs = E->getLHS()->IgnoreParenImpCasts();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h844 case 0: return getLHS();
850 Init *getLHS() const { return LHS; } function in class:llvm::BinOpInit
900 case 0: return getLHS();
907 Init *getLHS() const { return LHS; } function in class:llvm::TernOpInit
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1041 const MCExpr *LHS = extractModifierFromExpr(BE->getLHS(), LHSVariant);
1048 LHS = BE->getLHS();
1087 const MCExpr *LHS = fixupVariantKind(BE->getLHS());
1089 if (LHS == BE->getLHS() && RHS == BE->getRHS())

Completed in 358 milliseconds

123456