Home
last modified time | relevance | path

Searched defs:SrcSema (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert()
143 Value *CreateFixedToFixed(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFixed()
154 Value *CreateFixedToInteger(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToInteger()
174 Value *CreateFixedToFloating(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFloating()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp939 const llvm::fltSemantics &SrcSema = in EmitFloatConversionCheck() local