Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2398 int32_t HiC = cast<ConstantSDNode>(Hi)->getSExtValue(); in splatPartsI64WithVL() local
2401 if ((LoC >> 31) == HiC) in splatPartsI64WithVL()
2407 if (LoC == HiC && Const && Const->isAllOnesValue()) { in splatPartsI64WithVL()
4186 int32_t HiC = cast<ConstantSDNode>(Hi)->getSExtValue(); in lowerSPLAT_VECTOR_PARTS() local
4189 if ((LoC >> 31) == HiC) in lowerSPLAT_VECTOR_PARTS()