Home
last modified time | relevance | path

Searched refs:CastInstr (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dinstructions.py377 class CastInstr(Instruction): class
379 super(CastInstr, self).__init__(parent, typ, op, [val], name=name)
H A Dbuilder.py145 def _castop(opname, cls=instructions.CastInstr):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp423 auto *CastInstr = llvm::cast<InstCast>(Instr); in genTargetHelperCallFor() local
424 const InstCast::OpKind CastKind = CastInstr->getCastKind(); in genTargetHelperCallFor()
H A DIceTargetLoweringARM32.cpp604 auto *CastInstr = llvm::cast<InstCast>(Instr); in genTargetHelperCallFor() local
605 const InstCast::OpKind CastKind = CastInstr->getCastKind(); in genTargetHelperCallFor()