Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp547 if (Flags.noInfs()) in copyFlagsFromInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2707 cast<Instruction>(Arg0)->getFastMathFlags().noInfs())) { in visitCallInst()