HomeSort by relevance Sort by last modified time
    Searched refs:TruncOp (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.cpp 95 struct TruncOp : public SetIntBinOp {
206 addOperator("trunc", new TruncOp);
  /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/swiftshader/third_party/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 238 milliseconds