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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp420 const SCEV *ElSize = SE.getSizeOfExpr(ElTy); local
421 if (!ElSize->isZero()) {
426 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
427 // Op now has ElSize factored out.
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3935 unsigned ElSize = VBits / VL; local
3936 bool Result = (Index * ElSize) % 128 == 0;
3954 unsigned ElSize = VBits / VL; local
3955 bool Result = (Index * ElSize) % 128 == 0;

Completed in 1305 milliseconds