OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_castFNegVal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
[
all
...]
InstCombine.h
214
Value *
dyn_castFNegVal
(Value *V, bool NoSignedZero=false) const;
InstCombineMulDivRem.cpp
509
Value *N0 =
dyn_castFNegVal
(Opnd0, IgnoreZeroSign);
510
Value *N1 =
dyn_castFNegVal
(Opnd1, IgnoreZeroSign);
[
all
...]
InstructionCombining.cpp
530
//
dyn_castFNegVal
- Given a 'fsub' instruction, return the RHS of the
534
Value *InstCombiner::
dyn_castFNegVal
(Value *V, bool IgnoreZeroSign) const {
[
all
...]
Completed in 38 milliseconds