Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp705 unsigned CastOp2; in lowerCtpopToCountBits() local
708 CastOp2 = Instruction::SExt; in lowerCtpopToCountBits()
714 CastOp2 = Instruction::Trunc; in lowerCtpopToCountBits()
722 if (I && (I->getOpcode() == CastOp || I->getOpcode() == CastOp2) && in lowerCtpopToCountBits()