Home
last modified time | relevance | path

Searched refs:noInfs (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h190 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc753 b_->getFastMathFlags().noInfs())) { in EmitComplexUnaryOp()
1004 if (!(b_->getFastMathFlags().noNaNs() && b_->getFastMathFlags().noInfs())) { in EmitComplexSqrt()
1058 if (!(b_->getFastMathFlags().noNaNs() && b_->getFastMathFlags().noInfs())) { in EmitComplexRsqrt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp547 if (Flags.noInfs()) in copyFlagsFromInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp555 if (Flags.noInfs()) in copyFlagsFromInstruction()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp817 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2707 cast<Instruction>(Arg0)->getFastMathFlags().noInfs())) { in visitCallInst()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4719 if (FMF.noNaNs() || FMF.noInfs()) in canCreateUndefOrPoison()
DInstructionSimplify.cpp4753 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2623 Flags.setNoInfs(FMF.noInfs()); in visitBinary()