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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp668 EVT SelCondTy = TLI->getValueType(DL, CondTy); local
670 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
672 SelCondTy.getSimpleVT(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp599 EVT SelCondTy = TLI->getValueType(DL, CondTy); local
601 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
603 SelCondTy.getSimpleVT(),

Completed in 103 milliseconds