OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldChangeType
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
350
bool
ShouldChangeType
(unsigned FromBitWidth, unsigned ToBitWidth) const;
351
bool
ShouldChangeType
(Type *From, Type *To) const;
InstCombineCasts.cpp
312
ShouldChangeType
(CI.getType(), Src->getType()))
502
if ((DestTy->isVectorTy() ||
ShouldChangeType
(SrcTy, DestTy)) &&
568
ShouldChangeType
(SrcTy, DestTy) &&
[
all
...]
InstCombinePHI.cpp
494
if (!
ShouldChangeType
(PN.getType(), CastSrcTy))
[
all
...]
InstructionCombining.cpp
93
bool InstCombiner::
ShouldChangeType
(unsigned FromWidth,
114
bool InstCombiner::
ShouldChangeType
(Type *From, Type *To) const {
119
return
ShouldChangeType
(FromWidth, ToWidth);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp
309
ShouldChangeType
(CI.getType(), Src->getType()))
445
if ((DestTy->isVectorTy() ||
ShouldChangeType
(SrcTy, DestTy)) &&
491
ShouldChangeType
(Src->getType(), CI.getType()) &&
769
if ((DestTy->isVectorTy() ||
ShouldChangeType
(SrcTy, DestTy)) &&
[
all
...]
InstCombine.h
202
bool
ShouldChangeType
(Type *From, Type *To) const;
InstCombinePHI.cpp
413
if (!
ShouldChangeType
(PN.getType(), CastSrcTy))
[
all
...]
InstructionCombining.cpp
85
///
ShouldChangeType
- Return true if it is desirable to convert a computation
88
bool InstCombiner::
ShouldChangeType
(Type *From, Type *To) const {
[
all
...]
Completed in 288 milliseconds