Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3971 if (Instruction *Copysign = foldSelectToCopysign(SI, Builder)) in visitSelectInst() local
3972 return Copysign; in visitSelectInst()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3459 def Copysign : FPMathTemplate, LibBuiltin<"math.h"> {