Searched refs:CannotBeNegativeZero (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ValueTracking.h | 96 bool CannotBeNegativeZero(const Value *V, unsigned Depth = 0);
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 165 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 181 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1195 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/ |
D | InstCombineAddSub.cpp | 353 if (CFP->getValueAPF().isPosZero() && CannotBeNegativeZero(LHS)) in visitFAdd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2692 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()
|
D | InstructionSimplify.cpp | 4348 (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/ |
D | InstCombineAddSub.cpp | 1857 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2411 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()
|
D | InstructionSimplify.cpp | 803 (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/ |
D | README.txt | 2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 2120 not an INF. The CannotBeNegativeZero predicate in value tracking should be
|
/external/llvm/lib/Target/ |
D | README.txt | 2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be
|