Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp875 Value *IsINaN = Builder.CreateFCmpUNO(ResI, ResI, "isnan_cmp"); in EmitBinMul() local
877 Branch = Builder.CreateCondBr(IsINaN, LibCallBB, ContBB); in EmitBinMul()