Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp74 if (ConstantFP *ConstFloat = dyn_cast<ConstantFP>(&V)) { in canSafelyConvertTo16Bit() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h1360 inline bool ConstFloat(InterpState &S, CodePtr OpPC, const Floating &F) { in ConstFloat() function