| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | objc-container-subscripting.mm | 67 ConvertibleTo<int> toInt, 77 return array[toInt]; 84 ConvertibleTo<int> toInt,
|
| H A D | literals.mm | 88 ConvertibleTo<int> toInt, 94 …toInt // expected-error{{collection element of type 'ConvertibleTo<int>' is not an Objective-C obj…
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Support/ |
| H A D | Utils.h | 23 inline std::int64_t toInt(mlir::arith::ConstantOp cop) { in toInt() function
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | SummaryBasedOptimizations.cpp | 72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/Support/ |
| H A D | Utils.h | 40 inline std::int64_t toInt(mlir::arith::ConstantOp cop) { in toInt() function
|
| /llvm-project-15.0.7/clang/test/ASTMerge/interface/Inputs/ |
| H A D | interface1.m | 104 -(int)addInt:(int)a toInt:(int)b moduloInt:(int)c; // don't crash here
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 135 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 418 Real toInt{quotient.AccumulateFlags(result.flags) in MOD() local 421 Real product{toInt.Multiply(y, rounding).AccumulateFlags(result.flags)}; in MOD() 441 Real toInt{quotient.AccumulateFlags(result.flags) in MODULO() local 444 Real product{toInt.Multiply(y, rounding).AccumulateFlags(result.flags)}; in MODULO()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 540 template <class IntT> IntT toInt() const; 772 return (get(N) * *this).template toInt<uint64_t>(); in scale() 780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.h | 414 uint64_t toInt(const RegisterCell &A) const;
|
| H A D | BitTracker.cpp | 397 uint64_t BT::MachineEvaluator::toInt(const RegisterCell &A) const { in toInt() function in BT::MachineEvaluator
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | numeric.cpp | 118 T toInt{IS_MODULO ? std::floor(quotient) : std::trunc(quotient)}; in RealMod() local 119 return a - toInt * p; in RealMod()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ScaledNumberTest.cpp | 562 EXPECT_EQ(1u, (n * n).toInt<uint32_t>()); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 509 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 99 SaturatingAdd<uint64_t>(Temp.toInt<uint64_t>(), RelBlockFreq); in updateRelBlockFreq()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 3525 return ty.getType(fir::toInt(off)); in applyPathToType() 3540 return ty.getType(fir::toInt(off)); in applyPathToType()
|