OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TruncInst
(Results
1 - 21
of
21
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
428
Instruction *InstCombiner::visitTrunc(
TruncInst
&CI) {
659
if (0 && isa<
TruncInst
>(I) && I->getOperand(0)->getType() == Ty)
748
if (CI.hasOneUse() && isa<
TruncInst
>(CI.use_back()))
797
if (
TruncInst
*CSrc = dyn_cast<
TruncInst
>(Src)) { // A->B->C cast
[
all
...]
InstCombineShifts.cpp
350
if (
TruncInst
*TI = dyn_cast<
TruncInst
>(Op0)) {
389
return new
TruncInst
(And, I.getType());
InstCombine.h
158
Instruction *visitTrunc(
TruncInst
&CI);
InstCombinePHI.cpp
663
if (isa<
TruncInst
>(User)) {
670
!User->hasOneUse() || !isa<
TruncInst
>(User->use_back()) ||
[
all
...]
InstCombineCalls.cpp
328
if (
TruncInst
*TI = dyn_cast<
TruncInst
>(II->getArgOperand(0))) {
335
return new
TruncInst
(V, TI->getType());
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/include/llvm/Support/
InstVisitor.h
174
RetTy visitTruncInst(
TruncInst
&I) { DELEGATE(CastInst); }
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
150
void visitTruncInst(
TruncInst
&I);
Execution.cpp
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
271
if (isa<
TruncInst
>(U) &&
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Verifier.cpp
246
void visitTruncInst(
TruncInst
&I);
837
void Verifier::visitTruncInst(
TruncInst
&I) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
869
V = new
TruncInst
(V, IntPtrTy, "sunkaddr", InsertPt);
[
all
...]
IndVarSimplify.cpp
[
all
...]
GVN.cpp
747
StoredVal = new
TruncInst
(StoredVal, NewIntTy, "trunc", InsertPt);
[
all
...]
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/include/llvm/
Instructions.h
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
71
class
TruncInst
;
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/external/llvm/include/llvm-c/
Core.h
486
macro(
TruncInst
) \
[
all
...]
Completed in 299 milliseconds