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
44
BinaryOperator::
isFNeg
(V) ||
InstructionCombining.cpp
510
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
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
859
if (BinaryOperator::
isFNeg
(Op1)) {
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Completed in 51 milliseconds