Searched refs:getLHS (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp55 AddValueSymbols_(BE->getLHS(), Asm);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCExpr.cpp89 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
90 OS << *BE.getLHS();
92 OS << '(' << *BE.getLHS() << ')';
535 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
620 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
H A DMCObjectStreamer.cpp74 AddValueSymbols(BE->getLHS());
H A DMCELFStreamer.cpp421 fixSymbolsInTLSFixups(be->getLHS());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp98 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h264 const SCEV *getLHS() const { return LHS; } function in class:llvm::SCEVUDivExpr
546 push(UDiv->getLHS());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionNormalization.cpp183 const SCEV *LO = X->getLHS();
H A DScalarEvolution.cpp207 OS << "(" << *UDiv->getLHS() << " /u " << *UDiv->getRHS() << ")";
597 long X = compare(LC->getLHS(), RC->getLHS());
3316 ConstantRange X = getUnsignedRange(UDiv->getLHS());
3457 ConstantRange X = getSignedRange(UDiv->getLHS());
5077 if (Constant *LHS = BuildConstantFromSCEV(SU->getLHS()))
5204 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L);
5206 if (LHS == Div->getLHS() && RHS == Div->getRHS())
6790 LoopDisposition LD = getLoopDisposition(UDiv->getLHS(), L);
6870 const SCEV *LHS = UDiv->getLHS(), *RH
[all...]
H A DScalarEvolutionExpander.cpp667 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
826 Value *LHS = expandCodeFor(S->getLHS(), Ty);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h224 const MCExpr *LHS = BE->getLHS();
H A DMipsMCCodeEmitter.cpp197 Expr = static_cast<const MCBinaryExpr*>(Expr)->getLHS();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCExpr.h429 /// getLHS - Get the left-hand side expression of the binary operator.
430 const MCExpr *getLHS() const { return LHS; } function in class:llvm::MCBinaryExpr
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/TableGen/
H A DRecord.h901 return getLHS();
908 Init *getLHS() const { return LHS; } function in class:llvm::BinOpInit
954 return getLHS();
963 Init *getLHS() const { return LHS; } function in class:llvm::TernOpInit
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp233 Init *L = BO->getLHS()->convertInitializerTo(this);
236 if (L != BO->getLHS() || R != BO->getRHS())
301 Init *L = BO->getLHS()->convertInitializerTo(this);
304 if (L != BO->getLHS() || R != BO->getRHS())
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp708 AddValueSymbols(BE->getLHS());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp223 Expr = BE->getLHS();
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp886 const MCExpr *LHS = ApplyModifierToExpr(BE->getLHS(), Variant);
892 if (!LHS) LHS = BE->getLHS();
1847 return IsUsedIn(Sym, BE->getLHS()) || IsUsedIn(Sym, BE->getRHS());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2949 Worklist.push_back(D->getLHS());

Completed in 158 milliseconds