Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1406 static uint64_t rotateSign(APInt Val) { in rotateSign() function
1412 static uint64_t rotateSign(DISubrange::BoundType Val) { in rotateSign() function
1413 return rotateSign(Val.get<ConstantInt *>()->getValue()); in rotateSign()
1422 Record.push_back(rotateSign(N->getLowerBound())); in writeDISubrange()
1432 Record.push_back(rotateSign(N->getValue())); in writeDIEnumerator()