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

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1630 TargetTransformInfo::OperandValueProperties Op2VP = local
1657 Op2VP = TargetTransformInfo::OP_PowerOf2;
1661 Op2VK, Op1VP, Op2VP);
1663 Op1VP, Op2VP);
H A DLoopVectorize.cpp5873 TargetTransformInfo::OperandValueProperties Op2VP = local
5881 Op2VP = TargetTransformInfo::OP_PowerOf2;
5889 Op2VP = TargetTransformInfo::OP_PowerOf2;
5895 Op1VP, Op2VP);

Completed in 109 milliseconds