Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h36 const FixedPointSemantics &DstSema, bool DstIsInteger) { in Convert()
144 const FixedPointSemantics &DstSema) { in CreateFixedToFixed()
167 const FixedPointSemantics &DstSema) { in CreateIntegerToFixed()
191 Value *CreateFloatingToFixed(Value *Src, const FixedPointSemantics &DstSema) { in CreateFloatingToFixed()
/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp32 convert(const FixedPointSemantics & DstSema,bool * Overflow) const convert() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3073 auto DstSema = CGF.getContext().getFixedPointSemantics(Info.Ty); EmitScalarPrePostIncDec() local