Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp302 Value *TruncRes = nullptr; in promoteUniformOpToI32() local
324 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
326 I.replaceAllUsesWith(TruncRes); in promoteUniformOpToI32()
370 Value *TruncRes = nullptr; in promoteUniformOpToI32() local
380 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
382 I.replaceAllUsesWith(TruncRes); in promoteUniformOpToI32()
405 Value *TruncRes = in promoteUniformBitreverseToI32() local
408 I.replaceAllUsesWith(TruncRes); in promoteUniformBitreverseToI32()