Searched defs:Affine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/Support/ |
H A D | SCEVAffinator.cpp | 220 isl_aff *Affine = isl_aff_zero_on_domain(isl_local_space_from_space(Space)); in visit() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopInfo.cpp | 847 isl::pw_aff Affine = getPwAff(Subscripts[i]); buildAccessRelation() local 862 MemoryAccess(ScopStmt * Stmt,Instruction * AccessInst,AccessType AccType,Value * BaseAddress,Type * ElementType,bool Affine,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,Value * AccessValue,MemoryKind Kind) MemoryAccess() argument
|
H A D | ScopBuilder.cpp | 2116 Value *BaseAddress, Type *ElementType, bool Affine, Value *AccessValue, in addMemoryAccess() argument
|