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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10442 unsigned MaxSift = rc->getSize()*8 - 1;
10444 DAG.getConstant(MaxSift - IdxVal, MVT::i8));
10446 DAG.getConstant(MaxSift, MVT::i8));
10592 unsigned MaxSift = rc->getSize()*8 - 1; local
10594 DAG.getConstant(MaxSift, MVT::i8));
10596 DAG.getConstant(MaxSift - IdxVal, MVT::i8));

Completed in 106 milliseconds