Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1026 unsigned DestBW = DestTy->getBitWidth(); in promoteTo() local
1041 assert(Ty->getBitWidth() < DestBW); in promoteTo()
1065 if (CI->getType()->getBitWidth() < DestBW) in promoteTo()
1082 unsigned DestBW = DestTy->getBitWidth(); in promoteTypes() local
1088 if (!T || T->getBitWidth() > DestBW) in promoteTypes()