Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28130 bool IsZext = true; in combineVectorZext() local
28135 IsZext = false; in combineVectorZext()
28141 IsZext = false; in combineVectorZext()
28147 if (!IsZext) in combineVectorZext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9135 bool IsZext = in tryToFoldExtendOfConstant() local
9141 Elts.push_back(IsZext ? DAG.getConstant(0, DL, SVT) : DAG.getUNDEF(SVT)); in tryToFoldExtendOfConstant()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10032 bool IsZext = in tryToFoldExtendOfConstant() local
10038 Elts.push_back(IsZext ? DAG.getConstant(0, DL, SVT) : DAG.getUNDEF(SVT)); in tryToFoldExtendOfConstant()