Home
last modified time | relevance | path

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

/llvm-project/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/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp73 if (ConstantFP *ConstFloat = dyn_cast<ConstantFP>(&V)) { in canSafelyConvertTo16Bit() local