OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CastSrcTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
404
Type *
CastSrcTy
= 0;
408
CastSrcTy
= FirstInst->getOperand(0)->getType();
412
if (PN.getType()->isIntegerTy() &&
CastSrcTy
->isIntegerTy()) {
413
if (!ShouldChangeType(PN.getType(),
CastSrcTy
))
439
if (
CastSrcTy
) {
440
if (I->getOperand(0)->getType() !=
CastSrcTy
)
[
all
...]
InstCombineLoadStoreAlloca.cpp
511
Type*
CastSrcTy
= SIOp0->getType();
514
if (
CastSrcTy
->isIntegerTy())
Completed in 947 milliseconds