HomeSort by: relevance | last modified time | path
    Searched defs:UseVector (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 2608 bool UseVector = IsCurrIdxVector || IsPrevIdxVector;
2620 if (UseVector)
2639 if (UseVector)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 702 bool IsConstantSrc, bool UseVector,
16724 bool IsConstantSrc, bool UseVector, bool UseTrunc) {
16737 if (UseVector) {
16745 if (UseVector) {
17222 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors;
17223 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType;
17255 StoreNodes, MemVT, NumElem, true, UseVector, LastIntegerTrunc);

Completed in 33 milliseconds