OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftVal
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
773
uint32_t
shiftVal
= (uint32_t)ShiftIC->getZExtValue();
774
// If the mask or
shiftval
is greater than the bitcount, then break out.
775
if (maskVal >= 32 ||
shiftVal
>= 32) {
780
if (maskVal > (32 -
shiftVal
)) {
784
shiftVals.push_back(ConstantInt::get(scalarType,
shiftVal
, isSigned));
799
uint32_t
shiftVal
= (uint32_t)dyn_cast<ConstantInt>(ShrVal)->getZExtValue();
801
if (maskVal >= 32 ||
shiftVal
>= 32) {
806
if (maskVal > (32 -
shiftVal
)) {
810
shiftValConst = ConstantInt::get(aType,
shiftVal
, isSigned);
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
773
uint32_t
shiftVal
= (uint32_t)ShiftIC->getZExtValue();
774
// If the mask or
shiftval
is greater than the bitcount, then break out.
775
if (maskVal >= 32 ||
shiftVal
>= 32) {
780
if (maskVal > (32 -
shiftVal
)) {
784
shiftVals.push_back(ConstantInt::get(scalarType,
shiftVal
, isSigned));
799
uint32_t
shiftVal
= (uint32_t)dyn_cast<ConstantInt>(ShrVal)->getZExtValue();
801
if (maskVal >= 32 ||
shiftVal
>= 32) {
806
if (maskVal > (32 -
shiftVal
)) {
810
shiftValConst = ConstantInt::get(aType,
shiftVal
, isSigned);
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
Completed in 3787 milliseconds