Searched defs:ZeroExt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonISelLoweringHVX.cpp | 1493 extendHvxVectorPred(SDValue VecV,const SDLoc & dl,MVT ResTy,bool ZeroExt,SelectionDAG & DAG) const extendHvxVectorPred() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 22850 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; reduceBuildVecExtToExtBuildVec() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 57102 if (SDValue ZeroExt = IsExt64(peekThroughOneUseBitcasts(Src), true)) combineScalarToVector() local |