HomeSort by relevance Sort by last modified time
    Searched refs:hasNoNaNs (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 142 EXPECT_FALSE(FAdd->hasNoNaNs());
157 EXPECT_TRUE(FAdd->hasNoNaNs());
164 EXPECT_TRUE(FAdd->hasNoNaNs());
218 EXPECT_FALSE(FCall->hasNoNaNs());
223 EXPECT_FALSE(FCall->hasNoNaNs());
232 EXPECT_TRUE(FCall->hasNoNaNs());
237 EXPECT_TRUE(FCall->hasNoNaNs());
249 EXPECT_TRUE(FDiv->hasNoNaNs());
  /external/llvm/include/llvm/IR/
Instruction.h 296 bool hasNoNaNs() const;
Operator.h 275 bool hasNoNaNs() const {
  /external/llvm/lib/IR/
Instruction.cpp 181 bool Instruction::hasNoNaNs() const {
183 return cast<FPMathOperator>(this)->hasNoNaNs();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 321 bool hasNoNaNs() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 337 bool hasNoNaNs() const;
Operator.h 295 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 341 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 341 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 350 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.h 350 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.h 350 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 350 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 337 bool hasNoNaNs() const;
Operator.h 295 bool hasNoNaNs() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 341 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 341 bool hasNoNaNs() const;
Operator.h 289 bool hasNoNaNs() const {

Completed in 756 milliseconds

1 2 3