Searched refs:SelValTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp669 EVT SelValTy = TLI->getValueType(DL, ValTy); local
670 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
673 SelValTy.getSimpleVT()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp600 EVT SelValTy = TLI->getValueType(DL, ValTy); local
601 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
604 SelValTy.getSimpleVT()))

Completed in 130 milliseconds