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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 242 auto CastOpcode = Cast->getOpcode();
243 if (CastOpcode != Instruction::ZExt)
267 Constant *CastC2 = ConstantExpr::getCast(CastOpcode, C2, DestTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 101 milliseconds