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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 423 auto *CastInstr = llvm::cast<InstCast>(Instr);
424 const InstCast::OpKind CastKind = CastInstr->getCastKind();
    [all...]
IceTargetLoweringARM32.cpp 605 auto *CastInstr = llvm::cast<InstCast>(Instr);
606 const InstCast::OpKind CastKind = CastInstr->getCastKind();
    [all...]

Completed in 145 milliseconds