Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h35 bool IsSExt : 1; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp109 bool IsSExt; member
2078 bool IsSExt) { in canGetThrough()
2149 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
2222 SmallVectorImpl<Instruction *> *Truncs, bool IsSExt) { in promoteOperandForOther()
3241 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local