OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
508
unsigned
VSize
= VTy->getScalarType()->getPrimitiveSizeInBits();
512
if ((Ran->Rand() & 1) &&
VSize
== DestSize) {
520
if (
VSize
> DestSize) {
524
assert(
VSize
< DestSize && "Different int types with the same size?");
554
if (
VSize
> DestSize) {
557
} else if (
VSize
< DestSize) {
561
// If
VSize
== DestSize, then the two types must be fp128 and ppc_fp128,
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
768
unsigned
VSize
= V->getType()->getScalarSizeInBits();
770
APInt::getHighBitsSet(
VSize
, BitsToClear),
[
all
...]
Completed in 2259 milliseconds