OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestPTy
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
288
Type *
DestPTy
= DestTy->getElementType();
297
if (
DestPTy
->isIntegerTy() ||
DestPTy
->isPointerTy() ||
298
DestPTy
->isVectorTy()) {
320
IC.getDataLayout()->getTypeSizeInBits(
DestPTy
)) {
453
Type *
DestPTy
= cast<PointerType>(CI->getType())->getElementType();
459
if (!
DestPTy
->isIntegerTy() && !
DestPTy
->isPointerTy())
502
IC.getDataLayout()->getTypeSizeInBits(
DestPTy
))
/external/llvm/lib/IR/
ConstantFold.cpp
138
if (VectorType *
DestPTy
= dyn_cast<VectorType>(DestTy)) {
140
assert(
DestPTy
->getBitWidth() == SrcTy->getBitWidth() &&
148
return BitCastConstantVector(V,
DestPTy
);
155
return ConstantExpr::getBitCast(ConstantVector::get(V),
DestPTy
);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprCXX.cpp
[
all
...]
Completed in 722 milliseconds