Home
last modified time | relevance | path

Searched refs:OpRange (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp96 SourceRange OpRange; member
898 OpRange.getBegin(), OpRange, in CheckDynamicCast()
1074 << OpRange; in DiagnoseReinterpretUpDownCast()
1468 Self.Diag(OpRange.getBegin(), diag::ext_ms_cast_fn_obj) << OpRange; in TryStaticCast()
1893 ? InitializationKind::CreateCStyleCast(OpRange.getBegin(), OpRange, in TryStaticImplicitCast()
2213 Self.Diag(OpRange.getBegin(), Diag) << SrcType << DestType << OpRange; in checkIntToPointerCast()
2468 Self.Diag(OpRange.getBegin(), Diag) << SrcType << DestType << OpRange; in TryReinterpretCast()
2559 << OpRange; in TryReinterpretCast()
2568 << OpRange; in TryReinterpretCast()
3176 Self.Diag(OpRange.getBegin(), Diag) << SrcType << DestType << OpRange; in CheckCStyleCast()
[all …]
H A DSemaCodeComplete.cpp5835 const CharSourceRange OpRange = in CodeCompleteMemberReferenceExpr() local
5839 FixItHint::CreateReplacement(OpRange, IsArrow ? "." : "->")); in CodeCompleteMemberReferenceExpr()
H A DSemaExpr.cpp12644 CharSourceRange OpRange = in diagnoseObjCLiteralComparison() local
12649 << FixItHint::CreateReplacement(OpRange, " isEqual:") in diagnoseObjCLiteralComparison()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1250 ConstantRange OpRange = getConstantRange(OpSt, I.getSrcTy()); in visitCastInst() local
1260 OpRange.getBitWidth() < DL.getTypeSizeInBits(DestTy)) in visitCastInst()
1264 OpRange.castOp(I.getOpcode(), DL.getTypeSizeInBits(DestTy)); in visitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8764 auto OpRange = Plan->mapToVPValues(Instr->operands()); in tryToBuildVPlanWithVPRecipes() local
8765 Operands = {OpRange.begin(), OpRange.end()}; in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6908 auto OpRange = getRangeRef(getSCEV(Op), SignHint, Depth + 1); in getRangeRef() local
6909 RangeFromOps = RangeFromOps.unionWith(OpRange); in getRangeRef()