OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFNeg
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombine.h
42
BinaryOperator::
isFNeg
(V) ||
InstructionCombining.cpp
456
if (BinaryOperator::
isFNeg
(V))
[
all
...]
/external/llvm/include/llvm/
InstrTypes.h
310
/// isNeg,
isFNeg
, isNot - Check if the given Value is a
314
static bool
isFNeg
(const Value *V);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
878
if (BinaryOperator::
isFNeg
(I))
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Completed in 6835 milliseconds