Home
last modified time | relevance | path

Searched refs:CannotBeNegativeZero (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DValueTracking.h96 bool CannotBeNegativeZero(const Value *V, unsigned Depth = 0);
/external/llvm/include/llvm/Analysis/
DValueTracking.h165 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h181 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1195 bool llvm::CannotBeNegativeZero(const Value *V, unsigned Depth) { in CannotBeNegativeZero() function in llvm
1218 return CannotBeNegativeZero(II->getArgOperand(0), Depth+1); in CannotBeNegativeZero()
1231 return CannotBeNegativeZero(CI->getArgOperand(0), Depth+1); in CannotBeNegativeZero()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp353 if (CFP->getValueAPF().isPosZero() && CannotBeNegativeZero(LHS)) in visitFAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp2692 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm
2725 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero()
2842 CannotBeNegativeZero(CI->getOperand(0), TLI)); in cannotBeOrderedLessThanZeroImpl()
DInstructionSimplify.cpp4348 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst()
4381 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1857 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
/external/llvm/lib/Analysis/
DValueTracking.cpp2411 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm
2447 return CannotBeNegativeZero(CI->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero()
DInstructionSimplify.cpp803 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst()
839 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt2120 not an INF. The CannotBeNegativeZero predicate in value tracking should be
/external/llvm/lib/Target/
DREADME.txt2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be