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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7873 bool NoVectors = DAG.getMachineFunction().getFunction()->getAttributes(). local
8057 if (NonZero || NoVectors)
8064 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors;
8246 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors;

Completed in 193 milliseconds