OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastVal
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
700
Value *
LastVal
= 0;
708
if (!
LastVal
) {
709
LastVal
= V;
715
LastVal
= createFAdd(
LastVal
, V);
720
LastVal
= createFSub(V,
LastVal
);
722
LastVal
= createFSub(
LastVal
, V);
728
LastVal
= createFNeg(LastVal)
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
748
static void WriteConstants(unsigned FirstVal, unsigned
LastVal
,
751
if (FirstVal ==
LastVal
) return;
765
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(
LastVal
+1)));
792
for (unsigned i = FirstVal; i !=
LastVal
; ++i) {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
702
static void WriteConstants(unsigned FirstVal, unsigned
LastVal
,
705
if (FirstVal ==
LastVal
) return;
719
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(
LastVal
+1)));
746
for (unsigned i = FirstVal; i !=
LastVal
; ++i) {
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
771
static void WriteConstants(unsigned FirstVal, unsigned
LastVal
,
774
if (FirstVal ==
LastVal
) return;
788
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(
LastVal
+1)));
815
for (unsigned i = FirstVal; i !=
LastVal
; ++i) {
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 114 milliseconds