Searched defs:Stride (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp298 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); local
359 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp363 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; local
418 unsigned Stride = ScalarSize/8; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp15378 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); local

Completed in 212 milliseconds