Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h35 bool IsSExt : 1; member
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp114 bool IsSExt; member
2325 bool IsSExt) { in canGetThrough()
2396 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
2475 bool IsSExt) { in promoteOperandForOther()
3509 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local