Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1818 static APFloat getZeroFP(const Type *LLVMFloatTy) { in getZeroFP() argument
1819 if (!LLVMFloatTy) in getZeroFP()
1821 switch (LLVMFloatTy->getScalarType()->getTypeID()) { in getZeroFP()
1832 static APFloat getOneFP(const Type *LLVMFloatTy) { in getOneFP() argument
1833 if (!LLVMFloatTy) in getOneFP()
1835 switch (LLVMFloatTy->getScalarType()->getTypeID()) { in getOneFP()