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

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp454 EVT SelCondTy = TLI->getValueType(DL, CondTy); local
456 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
458 SelCondTy.getSimpleVT(),
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp306 EVT SelCondTy = TLI->getValueType(DL, CondTy); local
308 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
310 SelCondTy.getSimpleVT(),

Completed in 117 milliseconds