OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
715
Value *
LastVal
= nullptr;
723
if (!
LastVal
) {
724
LastVal
= V;
730
LastVal
= createFAdd(
LastVal
, V);
735
LastVal
= createFSub(V,
LastVal
);
737
LastVal
= createFSub(
LastVal
, V);
743
LastVal
= createFNeg(LastVal)
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 179 milliseconds