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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp419 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); local
420 if (!ElSize->isZero()) {
425 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.DL)) {
426 // Op now has ElSize factored out.
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4536 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4537 bool Result = (Index * ElSize) % vecWidth == 0;
4554 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); local
4555 bool Result = (Index * ElSize) % vecWidth == 0;

Completed in 256 milliseconds