Home
last modified time | relevance | path

Searched defs:DoubleFn (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1395 hasFloatFn(const Module * M,const TargetLibraryInfo * TLI,Type * Ty,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn) hasFloatFn() argument
1409 getFloatFn(const Module * M,const TargetLibraryInfo * TLI,Type * Ty,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,LibFunc & TheLibFunc) getFloatFn() argument
1734 emitUnaryFloatFnCall(Value * Op,const TargetLibraryInfo * TLI,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,IRBuilderBase & B,const AttributeList & Attrs) emitUnaryFloatFnCall() argument
1788 emitBinaryFloatFnCall(Value * Op1,Value * Op2,const TargetLibraryInfo * TLI,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,IRBuilderBase & B,const AttributeList & Attrs) emitBinaryFloatFnCall() argument
[all...]
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp186 typedef double (*DoubleFn)(); global() typedef