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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp414 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); local
415 if (!ElSize->isZero()) {
419 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) {
420 // Op now has ElSize factored out.
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4251 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4252 bool Result = (Index * ElSize) % vecWidth == 0;
4269 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4270 bool Result = (Index * ElSize) % vecWidth == 0;
[all...]

Completed in 98 milliseconds