OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValSizeInBytes
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp
737
unsigned
ValSizeInBytes
= EltSize;
749
if (
ValSizeInBytes
< ByteSize) return SDValue();
754
while (
ValSizeInBytes
> ByteSize) {
755
ValSizeInBytes
>>= 1;
758
if (((Value >> (
ValSizeInBytes
*8)) & ((1 << (8*
ValSizeInBytes
))-1)) !=
759
(Value & ((1 << (8*
ValSizeInBytes
))-1)))
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 93 milliseconds