OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ty2
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp
130
Type *
Ty2
= cast<PointerType>(GV2->getType())->getElementType();
132
return (TD->getTypeAllocSize(Ty1) < TD->getTypeAllocSize(
Ty2
));
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 189 milliseconds