Searched defs:Sem (Results 1 – 14 of 14) sorted by relevance
24 type Sem struct { struct25 Enums []*Enum26 Types []*Type27 TypeMatchers []*TypeMatcher28 EnumMatchers []*EnumMatcher29 Functions []*Function31 MaxOpenTypes int33 MaxOpenNumbers int35 UniqueParameterNames []string
25 auto &Sem = T->getFltSemantics(); in makeConstantsWithType() local
94 const sem::Info& Sem() const { in Sem() function
253 sem::Info& Sem() { in Sem() function259 const sem::Info& Sem() const { in Sem() function
34 func buildPermuter(s *sem.Sem) (*Permuter, error) {
28 Sem *sem.Sem member346 func buildIntrinsicTable(s *sem.Sem) (*IntrinsicTable, error) {
47 func Generate(s *sem.Sem, tmpl string, w io.Writer, writeFile WriteFile) error {
130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp() local
448 auto* Sem(const AST_OR_TYPE* ast) { in Sem() function
135 APFloatBase::SemanticsToEnum(const llvm::fltSemantics &Sem) { in SemanticsToEnum()205 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits()3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt()3377 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) { in IEEEFloat()
241 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType()255 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt()
1452 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType()
844 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue() local
20457 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFABSorFNEG() local20500 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFCOPYSIGN() local