Home
last modified time | relevance | path

Searched defs:ExtInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLocal.cpp1942 auto *ExtInst = CastInst::Create(Instruction::ZExt, CI, ITy, "zext", I); in recognizeBSwapOrBitReverseIdiom() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2989 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() local
4802 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType); in optimizeSwitchInst() local