Searched refs:getPointeeAlignment (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp153 /// getPointeeAlignment - Compute the minimum alignment of the value pointed
155 static unsigned getPointeeAlignment(Value *V, const TargetData &TD) { function
160 return getPointeeAlignment(CE->getOperand(0), TD);
271 if (AI.getAlignment() <= getPointeeAlignment(Copy->getSource(), *TD)) {

Completed in 104 milliseconds