Searched refs:getNewAlignment (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 128 static unsigned getNewAlignment(const SCEV *AASCEV, const SCEV *AlignSCEV, in getNewAlignment() function 323 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 331 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 339 unsigned NewDestAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 351 unsigned NewSrcAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 128 static unsigned getNewAlignment(const SCEV *AASCEV, const SCEV *AlignSCEV, in getNewAlignment() function 318 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 326 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 334 unsigned NewDestAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() 343 unsigned NewSrcAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()
|