OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commonCastTransforms
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
291
Instruction *InstCombiner::
commonCastTransforms
(CastInst &CI) {
437
if (Instruction *Result =
commonCastTransforms
(CI))
764
if (Instruction *Result =
commonCastTransforms
(CI))
[
all
...]
InstCombine.h
167
Instruction *
commonCastTransforms
(CastInst &CI);
Completed in 164 milliseconds