Home
last modified time | relevance | path

Searched refs:promoteTo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h292 ContainerType promoteTo(RangeSet What, APSIntType Ty);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp592 void promoteTo(Instruction *In, IntegerType *DestTy, BasicBlock *LoopB);
1012 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo() function in PolynomialMultiplyRecognize
1097 promoteTo(In, DestTy, LoopB); in promoteTypes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp704 return makePersistent(promoteTo(What, Ty)); in castTo()
827 RangeSet::ContainerType RangeSet::Factory::promoteTo(RangeSet What, in promoteTo() function in RangeSet::Factory