Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h292 ContainerType promoteTo(RangeSet What, APSIntType Ty);
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp592 void promoteTo(Instruction *In, IntegerType *DestTy, BasicBlock *LoopB);
1018 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo() function in PolynomialMultiplyRecognize
1103 promoteTo(In, DestTy, LoopB); in promoteTypes()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp704 return makePersistent(promoteTo(What, Ty)); in castTo()
827 RangeSet::ContainerType RangeSet::Factory::promoteTo(RangeSet What, in promoteTo() function in RangeSet::Factory