Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

195   PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(),
804 CharUnits Alignment = getContext().getTypeAlignInChars(RV->getType());
862 llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext());
863 llvm::APSInt RHS = S.getRHS()->EvaluateKnownConstInt(getContext());
932 Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext()));
974 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext()));
1210 getContext())) {
1402 InputExpr = InputExpr->IgnoreParenNoopCasts(getContext());
1419 const SourceManager &SM = CGF.CGM.getContext().getSourceManager();
1438 std::string AsmString = S.generateAsmString(getContext());
1483 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
1516 uint64_t InputSize = getContext().getTypeSize(InputTy);
1517 if (getContext().getTypeSize(OutputType) < InputSize) {
1572 *InputExpr->IgnoreParenNoopCasts(getContext()),
1587 if (getContext().getTypeSize(OutputType) >
1588 getContext().getTypeSize(InputTy)) {