Home
last modified time | relevance | path

Searched defs:CDV (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp934 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in getConstantValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1064 ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(opr0); in fold_pow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp248 auto *CDV = dyn_cast<ConstantDataVector>(Amt); in simplifyX86immShift() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1905 } else if (auto *CDV = dyn_cast<ConstantDataVector>(C)) { in propagateNonFTStore() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1415 if (const auto *CDV = dyn_cast<ConstantDataVector>(Operand)) { in FlushFPConstant() local
H A DValueTracking.cpp2243 if (const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(V)) { in computeKnownBits() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1803 if (auto *CDV = dyn_cast<ConstantDataVector>(this)) { in toConstantRange() local