Home
last modified time | relevance | path

Searched defs:Casts (Results 1 – 11 of 11) sorted by relevance

/external/python/typing/docs/source/
Dinference.rst17 Casts section in Changing Types
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp162 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore()
800 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor()
1043 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-internal.cc243 TEST_F(LibraryTest, Casts) { in TEST_F() argument
/external/clang/test/CodeGenCXX/
Dmangle-exprs.cpp42 namespace Casts { namespace
Dpointers-to-data-members.cpp67 namespace Casts { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp500 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
DLoopVectorize.cpp1792 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local
6429 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
6436 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local
6616 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp243 SmallDenseMap<Value *, Instruction *> Casts; in FoldIntegerTypedPHI() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp209 SmallVector<const CastExpr *, 4> Casts; in createTemporaryRegionIfNeeded() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6157 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2476 TYPED_TEST(CToReactorTCastTest, Casts) in TYPED_TEST() argument