OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TruncOp
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/TableGen/
SetTheory.cpp
101
struct
TruncOp
: public SetIntBinOp {
252
addOperator("trunc", llvm::make_unique<
TruncOp
>());
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
441
Value *
TruncOp
= Trunc.getOperand(0);
443
if (!
TruncOp
->hasOneUse() || !isa<IntegerType>(DestType))
448
if (!match(
TruncOp
, m_CombineOr(m_BitCast(m_Value(VecInput)),
[
all
...]
Completed in 140 milliseconds