Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp89 using ConstFloat = const float; in referenced_type() typedef
90 using ConstFloat = decltype(acr0); in referenced_type() typedef
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp70 if (ConstantFP *ConstFloat = dyn_cast<ConstantFP>(&V)) { in canSafelyConvertTo16Bit() local
73 APFloat FloatValue(ConstFloat->getValueAPF()); in canSafelyConvertTo16Bit()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go843 func ConstFloat(t Type, n float64) (v Value) { func