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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1319 Value *CRD = CountRoundDown; local
1321 CRD = CastInst::Create(Instruction::Trunc, CountRoundDown,
1325 CRD = CastInst::Create(Instruction::SExt, CountRoundDown,
1331 BinaryOperator::CreateSub(II.StartValue, CRD, "rev.ind.end",

Completed in 76 milliseconds