Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp396 auto *CDV = cast<ConstantDataVector>(CV); TEST() local
407 auto *CDV = cast<ConstantDataVector>(CV); TEST() local
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp935 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); getConstantValue() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1067 if (!CDV) { in fold_pow() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1848 } else if (auto *CDV = dyn_cast<ConstantDataVector>(C)) { propagateNonFTStore() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp254 auto *CDV = dyn_cast<ConstantDataVector>(Amt); simplifyX86immShift() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1771 if (auto *CDV = dyn_cast<ConstantDataVector>(this)) { toConstantRange() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1992 if (const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(V)) { computeKnownBits() local