Home
last modified time | relevance | path

Searched defs:Affine (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/Support/
H A DSCEVAffinator.cpp220 isl_aff *Affine = isl_aff_zero_on_domain(isl_local_space_from_space(Space)); in visit() local
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp847 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 DScopBuilder.cpp2116 Value *BaseAddress, Type *ElementType, bool Affine, Value *AccessValue, in addMemoryAccess() argument