OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSh
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
148
When .kind is
VSh
or BSh then the tmp is holds a V- or B- value,
153
enum { Orig=1,
VSh
=2, BSh=3 }
263
= newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]),
VSh
);
293
= newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]),
VSh
);
337
return ent->kind ==
VSh
|| ent->kind == BSh;
449
case 'V': k =
VSh
; break;
[
all
...]
Completed in 64 milliseconds