Searched defs:Casts (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/test/AST/Interp/ |
H A D | invalid.cpp |
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 141 collectCastInstrs(Loop * TheLoop,Instruction * Exit,Type * RecurrenceType,SmallPtrSetImpl<Instruction * > & Casts,unsigned & MinWidthCastToRecurTy) collectCastInstrs() argument 1236 InductionDescriptor(Value * Start,InductionKind K,const SCEV * Step,BinaryOperator * BOp,SmallVectorImpl<Instruction * > * Casts) InductionDescriptor() argument 1470 SmallVector<Instruction *, 2> Casts; isInductionPHI() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pointers-to-data-members.cpp | 68 namespace Casts { namespace
|
H A D | mangle-exprs.cpp | 42 namespace Casts { namespace
|
/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 500 const auto Casts = match( findCastMutation() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 690 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi() local
|
H A D | VPlanTransforms.cpp | 429 auto &Casts = IV->getInductionDescriptor().getCastInsts(); removeRedundantInductionCasts() local
|
H A D | LoopVectorize.cpp | 7073 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); collectValuesToIgnore() local 7080 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); collectValuesToIgnore() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 997 combineLdSt(SmallVectorImpl<Instruction * > & Casts) combineLdSt() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; foldIntegerTypedPHI() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7491 SDValue Casts[4]; lowerBUILD_VECTOR() local 7512 SDValue Casts[8]; lowerBUILD_VECTOR() local
|